Author: ffang
Date: Sat May 30 11:19:22 2009
New Revision: 780242
URL: http://svn.apache.org/viewvc?rev=780242&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=780242&r1=780241&r2=780242&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 11:19:22 2009
@@ -414,6 +414,18 @@
</execution>
</executions>
</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>
@@ -498,18 +510,6 @@
</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>