Author: ffang
Date: Sat May 30 10:09:08 2009
New Revision: 780227
URL: http://svn.apache.org/viewvc?rev=780227&view=rev
Log:
[SMXCOMP-533]Exclude generated DefaultBootstrap class from Cobertura reports
Modified:
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
Modified:
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml?rev=780227&r1=780226&r2=780227&view=diff
==============================================================================
---
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
(original)
+++
servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-cxf-bc/pom.xml
Sat May 30 10:09:08 2009
@@ -498,6 +498,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>