Author: linus Date: 2010-07-22 09:02:59-0700 New Revision: 18546 Modified: trunk/tools/maven/parentpom.xml
Log: Added jdepend report to the maven build. Modified: trunk/tools/maven/parentpom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=18546&r1=18545&r2=18546 ============================================================================== --- trunk/tools/maven/parentpom.xml (original) +++ trunk/tools/maven/parentpom.xml 2010-07-22 09:02:59-0700 @@ -81,6 +81,10 @@ <artifactId>cobertura-maven-plugin</artifactId> <version>2.4</version> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> </plugins> </reporting> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2636969 To unsubscribe from this discussion, e-mail: [[email protected]].
