You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2009/05/30 12:48:46 UTC

svn commit: r780230 - /servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Author: ffang
Date: Sat May 30 10:48:46 2009
New Revision: 780230

URL: http://svn.apache.org/viewvc?rev=780230&view=rev
Log:
[SMXCOMP-533]Exclude generated DefaultBootstrap class from Cobertura reports

Modified:
    servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml

Modified: servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml?rev=780230&r1=780229&r2=780230&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Sat May 30 10:48:46 2009
@@ -544,6 +544,19 @@
               </systemProperties>
             </configuration>
           </plugin>
+          <!-- exclude generated DefaultBootstrap class from Cobertura reports -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>cobertura-maven-plugin</artifactId>
+        <configuration>
+          <instrumentation>
+            <excludes>
+              <exclude>org/apache/servicemix/common/DefaultBootstrap.class</exclude>
+            </excludes>
+          </instrumentation>
+        </configuration>
+      </plugin>
+
         </plugins>
       </build>
     </profile>