Author: linus Date: 2010-07-17 13:51:43-0700 New Revision: 18527 Modified: trunk/tools/maven/parentpom.xml
Log: Added cobertura for coverage analysis. Modified: trunk/tools/maven/parentpom.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/tools/maven/parentpom.xml?view=diff&pathrev=18527&r1=18526&r2=18527 ============================================================================== --- trunk/tools/maven/parentpom.xml (original) +++ trunk/tools/maven/parentpom.xml 2010-07-17 13:51:43-0700 @@ -76,6 +76,11 @@ <artifactId>findbugs-maven-plugin</artifactId> <version>2.3.1</version> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.4</version> + </plugin> </plugins> </reporting> ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2634515 To unsubscribe from this discussion, e-mail: [[email protected]].
