|
From: <rlo...@us...> - 2008-06-16 23:47:34
|
Revision: 661
http://dbunit.svn.sourceforge.net/dbunit/?rev=661&view=rev
Author: rlogiacco
Date: 2008-06-16 16:47:31 -0700 (Mon, 16 Jun 2008)
Log Message:
-----------
added cobertura plugin
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-06-16 21:41:06 UTC (rev 660)
+++ trunk/pom.xml 2008-06-16 23:47:31 UTC (rev 661)
@@ -357,6 +357,17 @@
</descriptors>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>cobertura-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|