Author: ebourg
Date: Wed May 14 08:27:06 2008
New Revision: 656317
URL: http://svn.apache.org/viewvc?rev=656317&view=rev
Log:
Added the external link to the JDK in the javadoc generated by Maven 2
Modified:
commons/proper/collections/trunk/pom.xml
Modified: commons/proper/collections/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=656317&r1=656316&r2=656317&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Wed May 14 08:27:06 2008
@@ -433,4 +433,19 @@
</plugins>
</build>
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+ <linksource>true</linksource>
+ <links>
+ <link>http://java.sun.com/javase/6/docs/api</link>
+ </links>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
</project>