You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by jo...@apache.org on 2006/06/20 21:18:19 UTC

svn commit: r415775 - /webservices/xmlrpc/trunk/pom.xml

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: xmlrpc-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: xmlrpc-dev-help@ws.apache.org