Author: bgoodin
Date: Tue Feb 13 13:13:23 2007
New Revision: 507229

URL: http://svn.apache.org/viewvc?view=rev&rev=507229
Log:
Added coverage support to pom

Modified:
    ibatis/trunk/java/mapper/mapper2/   (props changed)
    ibatis/trunk/java/mapper/mapper2/pom.xml

Propchange: ibatis/trunk/java/mapper/mapper2/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Feb 13 13:13:23 2007
@@ -11,3 +11,4 @@
 *.ipr
 *.iws
 derby.log
+cobertura.ser

Modified: ibatis/trunk/java/mapper/mapper2/pom.xml
URL: 
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/pom.xml?view=diff&rev=507229&r1=507228&r2=507229
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/pom.xml (original)
+++ ibatis/trunk/java/mapper/mapper2/pom.xml Tue Feb 13 13:13:23 2007
@@ -97,6 +97,18 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-surefire-plugin</artifactId>
                        </plugin>
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>cobertura-maven-plugin</artifactId>
+                               <version>2.0</version>
+                               <executions>
+                                       <execution>
+                                               <goals>
+                                                       <goal>clean</goal>
+                                               </goals>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
        </build>
        <reporting>
@@ -110,6 +122,7 @@
                                <artifactId>cobertura-maven-plugin</artifactId>
                                <version>2.0</version>
                        </plugin>
+
                </plugins>
        </reporting>
        <!--


Reply via email to