You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/06/27 00:04:18 UTC

svn commit: r1139949 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sun Jun 26 22:04:18 2011
New Revision: 1139949

URL: http://svn.apache.org/viewvc?rev=1139949&view=rev
Log:
[MPOM-17] set detectLinks=true for javadoc plugin

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1139949&r1=1139948&r2=1139949&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sun Jun 26 22:04:18 2011
@@ -789,19 +789,11 @@ under the License.
             <configuration>
               <links>
                 <link>http://commons.apache.org/collections/apidocs-COLLECTIONS_3_0/</link>
-                <link>http://commons.apache.org/dbcp/apidocs/</link>
-                <link>http://commons.apache.org/fileupload/apidocs/</link>
-                <link>http://commons.apache.org/httpclient/apidocs/</link>
-                <link>http://commons.apache.org/logging/apidocs/</link>
-                <link>http://commons.apache.org/pool/apidocs/</link>
                 <link>http://junit.sourceforge.net/javadoc/</link>
                 <link>http://logging.apache.org/log4j/1.2/apidocs/</link>
-                <link>http://jakarta.apache.org/regexp/apidocs/</link>
                 <link>http://velocity.apache.org/engine/releases/velocity-1.5/apidocs/</link>
-                <link>http://plexus.codehaus.org/plexus-utils/apidocs/</link>
-                <link>http://plexus.codehaus.org/plexus-classworlds/apidocs/</link>
-                <link>http://plexus.codehaus.org/plexus-containers/plexus-container-default/apidocs/</link>
               </links>
+              <detectLinks>true</detectLinks>
             </configuration>
             <reportSets>
               <reportSet>