You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/01/10 00:23:46 UTC

svn commit: r1229419 - /axis/axis1/java/trunk/axis/pom.xml

Author: veithen
Date: Mon Jan  9 23:23:46 2012
New Revision: 1229419

URL: http://svn.apache.org/viewvc?rev=1229419&view=rev
Log:
Added JDepend to the reports.

Modified:
    axis/axis1/java/trunk/axis/pom.xml

Modified: axis/axis1/java/trunk/axis/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1229419&r1=1229418&r2=1229419&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Mon Jan  9 23:23:46 2012
@@ -251,6 +251,11 @@
                     </reportSet>
                 </reportSets>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>jdepend-maven-plugin</artifactId>
+                <version>2.0-beta-2</version>
+            </plugin>
         </plugins>
     </reporting>
 </project>