From: <mk...@us...> - 2007-08-27 16:54:20
|
Revision: 22 http://components4oaw.svn.sourceforge.net/components4oaw/?rev=22&view=rev Author: mklink Date: 2007-08-25 12:56:02 -0700 (Sat, 25 Aug 2007) Log Message: ----------- added new tests Modified Paths: -------------- trunk/components4oaw-parent/pom.xml Modified: trunk/components4oaw-parent/pom.xml =================================================================== --- trunk/components4oaw-parent/pom.xml 2007-08-25 18:18:07 UTC (rev 21) +++ trunk/components4oaw-parent/pom.xml 2007-08-25 19:56:02 UTC (rev 22) @@ -125,10 +125,19 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <configuration> + <formats> + <format>html</format> + </formats> + </configuration> + </plugin> </plugins> </reporting> - + <distributionManagement> <repository> <id>components4oaw.rep</id> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |