Hi,I'm trying to link to sun's external api docs when generating my javadoc and have the following in my parent pom reporting plugin config:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
<debug>true</debug>
</configuration>
</plugin>
However in the generated @options file there is no -link option to javadoc.
Anybody know how to include links?
Thanks in advance for the help!
Regards,
Sebastiaan
smime.p7s
Description: S/MIME Cryptographic Signature
