You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tc...@apache.org on 2007/04/01 15:46:40 UTC

svn commit: r524593 - /jakarta/commons/proper/jci/trunk/pom.xml

Author: tcurdt
Date: Sun Apr  1 06:46:39 2007
New Revision: 524593

URL: http://svn.apache.org/viewvc?view=rev&rev=524593
Log:
instrument for coverage


Modified:
    jakarta/commons/proper/jci/trunk/pom.xml

Modified: jakarta/commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/pom.xml?view=diff&rev=524593&r1=524592&r2=524593
==============================================================================
--- jakarta/commons/proper/jci/trunk/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/pom.xml Sun Apr  1 06:46:39 2007
@@ -102,6 +102,27 @@
                     </systemProperties>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>cobertura-maven-plugin</artifactId>
+                    <configuration>
+                    <instrumentation>
+                        <!--
+                        <ignore>com.example.boringcode.*</ignore>
+                        <exclude>com/example/dullcode/**/*.class</exclude>
+                        <exclude>com/example/**/*Test.class</exclude>
+                        -->
+                    </instrumentation>
+                </configuration>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>clean</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+            
         </plugins>
         <extensions>
             <extension>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org