You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2009/02/24 16:40:25 UTC

svn commit: r747406 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Tue Feb 24 15:40:20 2009
New Revision: 747406

URL: http://svn.apache.org/viewvc?rev=747406&view=rev
Log:
Remove cobertura so the go-offline stuff doesn't download it.

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=747406&r1=747405&r2=747406&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Tue Feb 24 15:40:20 2009
@@ -994,10 +994,6 @@
     <reporting>
         <plugins>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
             </plugin>