You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/02/02 22:18:41 UTC

svn commit: r1239853 - in /commons/sandbox/graph/trunk: pom.xml src/changes/changes.xml

Author: simonetripodi
Date: Thu Feb  2 21:18:40 2012
New Revision: 1239853

URL: http://svn.apache.org/viewvc?rev=1239853&view=rev
Log:
[SANDBOX-380] Add cobertura report and increase test coverage - patch provided by Marco Speranza

Modified:
    commons/sandbox/graph/trunk/pom.xml
    commons/sandbox/graph/trunk/src/changes/changes.xml

Modified: commons/sandbox/graph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/pom.xml?rev=1239853&r1=1239852&r2=1239853&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/pom.xml (original)
+++ commons/sandbox/graph/trunk/pom.xml Thu Feb  2 21:18:40 2012
@@ -146,6 +146,11 @@
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
     </plugins>
   </build>
 
@@ -187,6 +192,11 @@
         </configuration>
         <!--Use default rules-->
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <version>2.5.1</version>
+      </plugin>
     </plugins>
   </reporting>
 

Modified: commons/sandbox/graph/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/changes/changes.xml?rev=1239853&r1=1239852&r2=1239853&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/graph/trunk/src/changes/changes.xml Thu Feb  2 21:18:40 2012
@@ -23,6 +23,9 @@
   </properties>
   <body>
   <release version="0.1" date="201?-??-??" description="First release.">
+    <action dev="simonetripodi" type="fix" issue="SANDBOX-380" due-to="Marco Speranza">
+      Add cobertura report and increase test coverage
+    </action>
     <action dev="simonetripodi" type="fix" issue="SANDBOX-375" due-to="Marco Speranza">
       Add Connected Components algorithms
     </action>