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/06/28 17:23:27 UTC

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

Author: jstrachan
Date: Thu Jun 28 08:23:26 2007
New Revision: 551596

URL: http://svn.apache.org/viewvc?view=rev&rev=551596
Log:
disabled maven one plugin as it breaks the jbi-component 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=551596&r1=551595&r2=551596
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Jun 28 08:23:26 2007
@@ -564,6 +564,7 @@
       </plugins>
     </pluginManagement>
     <plugins>
+<!--
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-one-plugin</artifactId>
@@ -581,6 +582,7 @@
           </execution>
         </executions>
       </plugin>
+-->
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>