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

svn commit: r1484850 - /commons/proper/io/trunk/pom.xml

Author: ggregory
Date: Tue May 21 16:02:42 2013
New Revision: 1484850

URL: http://svn.apache.org/r1484850
Log:
Update to commons-parent 29 but add back Cobertura code coverage as JaCoCo results are not acceptable for commons-io.

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

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1484850&r1=1484849&r2=1484850&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue May 21 16:02:42 2013
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>28</version>
+    <version>29</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-io</groupId>
@@ -318,6 +318,12 @@ file comparators, endian transformation 
 
   <reporting>
     <plugins>
+      <!-- JaCoCo is useless but it is defined in commons-parent-29 -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.2</version>
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>