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 17:25:52 UTC

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

Author: tcurdt
Date: Sun Apr  1 08:25:51 2007
New Revision: 524620

URL: http://svn.apache.org/viewvc?view=rev&rev=524620
Log:
old cobertura version


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=524620&r1=524619&r2=524620
==============================================================================
--- jakarta/commons/proper/jci/trunk/pom.xml (original)
+++ jakarta/commons/proper/jci/trunk/pom.xml Sun Apr  1 08:25:51 2007
@@ -105,15 +105,7 @@
             <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>
+                <version>2.0</version>
                 <executions>
                     <execution>
                         <goals>
@@ -140,7 +132,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>cobertura-maven-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.0</version>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>



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