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 2011/02/17 14:25:51 UTC

svn commit: r1071606 - /camel/trunk/pom.xml

Author: ningjiang
Date: Thu Feb 17 13:25:51 2011
New Revision: 1071606

URL: http://svn.apache.org/viewvc?rev=1071606&view=rev
Log:
CAMEL-3679 workaround the maven javadoc plugin check link issue

Modified:
    camel/trunk/pom.xml

Modified: camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/pom.xml?rev=1071606&r1=1071605&r2=1071606&view=diff
==============================================================================
--- camel/trunk/pom.xml (original)
+++ camel/trunk/pom.xml Thu Feb 17 13:25:51 2011
@@ -191,7 +191,8 @@
             <source>1.6</source>
             <quiet>true</quiet>
             <bottom>Apache CAMEL</bottom>
-            <!--javadocVersion>1.5</javadocVersion-->
+            <detectOfflineLinks>false</detectOfflineLinks>
+            <javadocVersion>1.6</javadocVersion>
             <encoding>UTF-8</encoding>
           </configuration>
         </plugin>
@@ -382,13 +383,13 @@
                </manifestEntries>
              </archive>
           </configuration>
-          <dependencies>
+          <!--dependencies>
             <dependency>
               <groupId>org.apache.camel</groupId>
               <artifactId>camel-buildtools</artifactId>
               <version>${project.version}</version>
             </dependency>
-          </dependencies>
+          </dependencies-->
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>