Revision: 1260
Author:   mathiasbr
Date:     2006-08-02 05:23:58 -0700 (Wed, 02 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/spring-rich-c/?rev=1260&view=rev

Log Message:
-----------
added jdepend report

Modified Paths:
--------------
    trunk/spring-richclient/pom.xml
    trunk/spring-richclient/support/pom.xml
Modified: trunk/spring-richclient/pom.xml
===================================================================
--- trunk/spring-richclient/pom.xml     2006-08-02 11:32:30 UTC (rev 1259)
+++ trunk/spring-richclient/pom.xml     2006-08-02 12:23:58 UTC (rev 1260)
@@ -371,6 +371,11 @@
                     <artifactId>maven-pmd-plugin</artifactId>
                     <version>2.0</version>
                 </plugin>
+                <plugin>
+                  <groupId>org.codehaus.mojo</groupId>
+                  <artifactId>jdepend-maven-plugin</artifactId>
+                  <version>2.0-beta-1-SNAPSHOT</version>
+                </plugin>
                 <!--
                     TODO checkstyle rules must be configured so it no longer
                     generates a 4 mb file which is hard to site-deploy...

Modified: trunk/spring-richclient/support/pom.xml
===================================================================
--- trunk/spring-richclient/support/pom.xml     2006-08-02 11:32:30 UTC (rev 
1259)
+++ trunk/spring-richclient/support/pom.xml     2006-08-02 12:23:58 UTC (rev 
1260)
@@ -16,6 +16,15 @@
         Support code to make it easier to use the other modules.
     </description>
 
+    <reporting>
+        <plugins>
+            <plugin>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>jdepend-maven-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </reporting>
+
     <dependencies>
         <!-- Internal -->
         <dependency>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to