You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2008/06/15 09:24:43 UTC

svn commit: r667932 - /commons/sandbox/performance/trunk/pom.xml

Author: psteitz
Date: Sun Jun 15 00:24:43 2008
New Revision: 667932

URL: http://svn.apache.org/viewvc?rev=667932&view=rev
Log:
Added javadoc links.

Modified:
    commons/sandbox/performance/trunk/pom.xml

Modified: commons/sandbox/performance/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/performance/trunk/pom.xml?rev=667932&r1=667931&r2=667932&view=diff
==============================================================================
--- commons/sandbox/performance/trunk/pom.xml (original)
+++ commons/sandbox/performance/trunk/pom.xml Sun Jun 15 00:24:43 2008
@@ -163,6 +163,20 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.2</version>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
+        <configuration>
+        <linksource>true</linksource>
+        <links>
+          <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
+          <link>http://commons.apache.org/math/api-1.2/</link>
+          <link>http://commons.apache.org/dbcp/api-1.2.2/</link>
+          <link>http://commons.apache.org/pool/api-1.4/</link>
+        </links>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>