You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2008/03/26 08:43:06 UTC

svn commit: r641189 - /activemq/camel/trunk/components/camel-spring/pom.xml

Author: ningjiang
Date: Wed Mar 26 00:43:05 2008
New Revision: 641189

URL: http://svn.apache.org/viewvc?rev=641189&view=rev
Log:
CAMEL-397 fixed the assebly build

Modified:
    activemq/camel/trunk/components/camel-spring/pom.xml

Modified: activemq/camel/trunk/components/camel-spring/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-spring/pom.xml?rev=641189&r1=641188&r2=641189&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-spring/pom.xml (original)
+++ activemq/camel/trunk/components/camel-spring/pom.xml Wed Mar 26 00:43:05 2008
@@ -188,6 +188,15 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>package</id>
+            <phase>package</phase>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
         <configuration>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>