Author: simonetripodi Date: Mon Jul 23 10:50:07 2012 New Revision: 1364574 URL: http://svn.apache.org/viewvc?rev=1364574&view=rev Log: [SANDBOX-426] Add Cobertura Test Coverage Report to build - patch provided by Benedikt Ritter
Modified: commons/sandbox/beanutils2/trunk/pom.xml commons/sandbox/beanutils2/trunk/src/changes/changes.xml Modified: commons/sandbox/beanutils2/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/pom.xml?rev=1364574&r1=1364573&r2=1364574&view=diff ============================================================================== --- commons/sandbox/beanutils2/trunk/pom.xml (original) +++ commons/sandbox/beanutils2/trunk/pom.xml Mon Jul 23 10:50:07 2012 @@ -185,6 +185,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/beanutils2/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/sandbox/beanutils2/trunk/src/changes/changes.xml?rev=1364574&r1=1364573&r2=1364574&view=diff ============================================================================== --- commons/sandbox/beanutils2/trunk/src/changes/changes.xml (original) +++ commons/sandbox/beanutils2/trunk/src/changes/changes.xml Mon Jul 23 10:50:07 2012 @@ -23,6 +23,9 @@ </properties> <body> <release version="0.1" date="201?-??-??" description="First release."> + <action dev="simonetripodi" type="add" issue="SANDBOX-426" due-to="Benedikt Ritter"> + Add Cobertura Test Coverage Report to build + </action> <action dev="simonetripodi" type="add" issue="SANDBOX-421" due-to="Benedikt Ritter"> Make sure VoidMethodsTestCase uses a NullBeanAcessor </action>