Do not fork jdepend take 2 44/34344/2
authorRobert Varga <rovarga@cisco.com>
Tue, 9 Feb 2016 13:16:34 +0000 (14:16 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 9 Feb 2016 16:37:59 +0000 (16:37 +0000)
A reportSet with no-fork, too.

Change-Id: I70a80d966bf136605031043577e9d0d75f9909e1
Signed-off-by: Robert Varga <rovarga@cisco.com>
odlparent-lite/pom.xml
odlparent/pom.xml

index dc7ca4bb41b146d90a74dcd77800a94a910d8d90..5ea13881a058b3ff5282ea5d36a4289ca6729ebd 100644 (file)
             </tags>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>jdepend-maven-plugin</artifactId>
+          <version>2.0</version>
+          <executions>
+            <execution>
+              <phase>site</phase>
+              <goals>
+                <goal>generate-no-fork</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>
index 4c7b63035a4e29053b53e0fcacc3c314f12c517a..2fac7cb9f9b4a1f96884c96fc42d883765c82638 100644 (file)
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jdepend-maven-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>generate-no-fork</report>
+            </reports>
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>