Author: veithen
Date: Sat Apr 4 10:47:03 2009
New Revision: 761896
URL: http://svn.apache.org/viewvc?rev=761896&view=rev
Log:
Added a <links> section to the maven-javadoc-plugin configuration.
Modified:
webservices/commons/trunk/modules/axiom/pom.xml
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=761896&r1=761895&r2=761896&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sat Apr 4 10:47:03 2009
@@ -542,6 +542,12 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
+ <links>
+ <link>http://java.sun.com/j2se/1.4.2/docs/api/</link>
+ <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
+
<link>http://java.sun.com/webservices/docs/1.5/api/</link>
+ <link>http://jaxen.codehaus.org/apidocs/</link>
+ </links>
<aggregate>true</aggregate>
</configuration>
<reportSets>