Author: jochen Date: Tue Jun 20 12:18:19 2006 New Revision: 415775 URL: http://svn.apache.org/viewvc?rev=415775&view=rev Log: Removed the cobertura plugin, because it doesn't work for this project anyways.
Modified: webservices/xmlrpc/trunk/pom.xml Modified: webservices/xmlrpc/trunk/pom.xml URL: http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?rev=415775&r1=415774&r2=415775&view=diff ============================================================================== --- webservices/xmlrpc/trunk/pom.xml (original) +++ webservices/xmlrpc/trunk/pom.xml Tue Jun 20 12:18:19 2006 @@ -177,21 +177,6 @@ <tarLongFileMode>gnu</tarLongFileMode> </configuration> </plugin> -<!-- Temporarily disabling the Cobertura plugin, because - it requires Maven 2.0.3-SNAPSHOT - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.0-SNAPSHOT</version> - <executions> - <execution> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> ---> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> @@ -255,11 +240,6 @@ <configuration> <aggregate>true</aggregate> </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.0-SNAPSHOT</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]