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/26 17:56:58 UTC

svn commit: r550834 - in /activemq/camel/trunk/examples: camel-example-jms-file/pom.xml camel-example-spring/pom.xml

Author: jstrachan
Date: Tue Jun 26 08:56:57 2007
New Revision: 550834

URL: http://svn.apache.org/viewvc?view=rev&rev=550834
Log:
fix exception when running 'mvn exec:java' without adding an install phase

Modified:
    activemq/camel/trunk/examples/camel-example-jms-file/pom.xml
    activemq/camel/trunk/examples/camel-example-spring/pom.xml

Modified: activemq/camel/trunk/examples/camel-example-jms-file/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-jms-file/pom.xml?view=diff&rev=550834&r1=550833&r2=550834
==============================================================================
--- activemq/camel/trunk/examples/camel-example-jms-file/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-jms-file/pom.xml Tue Jun 26 08:56:57 2007
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.camel</groupId>
-    <artifactId>camel-parent</artifactId>
+    <artifactId>examples</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
 
@@ -66,6 +66,7 @@
             <goals>
               <goal>java</goal>
             </goals>
+            <phase>install</phase>
           </execution>
         </executions>
         <configuration>

Modified: activemq/camel/trunk/examples/camel-example-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/examples/camel-example-spring/pom.xml?view=diff&rev=550834&r1=550833&r2=550834
==============================================================================
--- activemq/camel/trunk/examples/camel-example-spring/pom.xml (original)
+++ activemq/camel/trunk/examples/camel-example-spring/pom.xml Tue Jun 26 08:56:57 2007
@@ -24,7 +24,7 @@
 
   <parent>
     <groupId>org.apache.camel</groupId>
-    <artifactId>camel-parent</artifactId>
+    <artifactId>examples</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>