Author: ffang
Date: Sat May 30 11:19:33 2009
New Revision: 780243

URL: http://svn.apache.org/viewvc?rev=780243&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=780243&r1=780242&r2=780243&view=diff
==============================================================================
--- servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml (original)
+++ servicemix/components/bindings/servicemix-cxf-bc/trunk/pom.xml Sat May 30 
11:19:33 2009
@@ -454,6 +454,19 @@
           </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>
   
@@ -544,18 +557,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>


Reply via email to