You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/02/24 22:21:20 UTC

svn commit: r1449549 - /commons/proper/beanutils/trunk/pom.xml

Author: britter
Date: Sun Feb 24 21:21:20 2013
New Revision: 1449549

URL: http://svn.apache.org/r1449549
Log:
Remove cobertura plugin configuration. It is already defined in the reporting profile of parent pom.

Modified:
    commons/proper/beanutils/trunk/pom.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=1449549&r1=1449548&r2=1449549&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Sun Feb 24 21:21:20 2013
@@ -274,15 +274,6 @@
                     </reportSet>
                 </reportSets>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <version>2.4</version>
-                <configuration>
-                    <threshold>Normal</threshold>
-                    <effort>Default</effort>
-                </configuration>
-            </plugin>
         </plugins>
     </reporting>