You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/08/07 14:44:49 UTC

svn commit: r563479 - /activemq/camel/trunk/pom.xml

Author: jstrachan
Date: Tue Aug  7 05:44:48 2007
New Revision: 563479

URL: http://svn.apache.org/viewvc?view=rev&rev=563479
Log:
temporarily disabled cobertura report - due to it causing failures in the site build

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=563479&r1=563478&r2=563479
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Tue Aug  7 05:44:48 2007
@@ -737,11 +737,15 @@
               <artifactId>maven-pmd-plugin</artifactId>
             </plugin>
       -->
+<!--
+      TODO this currently fails in the camel-jbi project for some bizarre reason
+      
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.0</version>
       </plugin>
+-->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>