Author: psteitz Date: Sun Aug 5 22:40:19 2007 New Revision: 563029 URL: http://svn.apache.org/viewvc?view=rev&rev=563029 Log: Stepped down coberta to 2.0 and removed check goal.
Modified: commons/sandbox/performance/trunk/pom.xml Modified: commons/sandbox/performance/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?view=diff&rev=563029&r1=563028&r2=563029 ============================================================================== --- commons/sandbox/performance/trunk/pom.xml (original) +++ commons/sandbox/performance/trunk/pom.xml Sun Aug 5 22:40:19 2007 @@ -110,11 +110,11 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> + <version>2.0</version> <executions> <execution> <goals> <goal>clean</goal> - <goal>check</goal> </goals> </execution> </executions> @@ -146,7 +146,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.1</version> + <version>2.0</version> </plugin> </plugins> </reporting>