You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ul...@apache.org on 2009/03/02 18:52:20 UTC

svn commit: r749381 - /cxf/branches/2.0.x-fixes/rt/ws/rm/pom.xml

Author: ulhasbhole
Date: Mon Mar  2 17:52:20 2009
New Revision: 749381

URL: http://svn.apache.org/viewvc?rev=749381&view=rev
Log:
Removed reference to cobertura plugin from rt/ws/rm/pom.xml

Modified:
    cxf/branches/2.0.x-fixes/rt/ws/rm/pom.xml

Modified: cxf/branches/2.0.x-fixes/rt/ws/rm/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/rt/ws/rm/pom.xml?rev=749381&r1=749380&r2=749381&view=diff
==============================================================================
--- cxf/branches/2.0.x-fixes/rt/ws/rm/pom.xml (original)
+++ cxf/branches/2.0.x-fixes/rt/ws/rm/pom.xml Mon Mar  2 17:52:20 2009
@@ -91,41 +91,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <configuration>
-                    <instrumentation>
-                        <ignores>
-                            <ignore>org.apache.cxf.ws.rm.manager.*</ignore>
-                        </ignores>
-                        <excludes>
-                            <exclude>org/apache/cxf/ws/rm/AcceptType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/AckRequestedType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/CreateSequenceResponseType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/CreateSequenceType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/Expires.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/Identifier.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/ObjectFactory.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/OfferType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/SequenceAcknowledgement.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/SequenceType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/SequenceFaultType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/TerminateSequenceType.class</exclude>
-                            <exclude>org/apache/cxf/ws/rm/manager/*</exclude>
-                            <exclude>org/apache/cxf/ws/rm/policy/*</exclude>
-                            <exclude>**/*Test.class</exclude>
-                        </excludes>
-                    </instrumentation>
-                </configuration>
-                <executions>
-                  <execution>
-                    <goals>
-                      <goal>clean</goal>
-                    </goals>
-                  </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.cxf</groupId>
                 <artifactId>cxf-common-xsd</artifactId>
                 <version>${project.version}</version>