Author: ningjiang
Date: Wed Apr 21 01:58:21 2010
New Revision: 936137

URL: http://svn.apache.org/viewvc?rev=936137&view=rev
Log:
Updated the plugin configuration of the camel-1.x pom

Modified:
    camel/branches/camel-1.x/pom.xml

Modified: camel/branches/camel-1.x/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/branches/camel-1.x/pom.xml?rev=936137&r1=936136&r2=936137&view=diff
==============================================================================
--- camel/branches/camel-1.x/pom.xml (original)
+++ camel/branches/camel-1.x/pom.xml Wed Apr 21 01:58:21 2010
@@ -256,7 +256,11 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-eclipse-plugin</artifactId>
-          <version>2.5.1</version>
+         <version>2.5.1</version>
+         <configuration>
+             <downloadSources>true</downloadSources>
+             <downloadJavadocs>false</downloadJavadocs>
+          </configuration>
           <dependencies>
              <dependency>
                 <groupId>org.apache.camel</groupId>
@@ -271,6 +275,12 @@
           <artifactId>maven-jetty-plugin</artifactId>
           <version>${jetty-version}</version>
         </plugin>
+      
+       <plugin>
+         <groupId>org.codehaus.mojo</groupId>
+         <artifactId>exec-maven-plugin</artifactId>
+         <version>1.1.1</version>
+       </plugin>
 
         <plugin>
             <groupId>org.apache.maven.plugins</groupId>


Reply via email to