Comma separated list of URLs to create links to javadoc output of - other packages in online mode (maven.online.mode=true), works like - the "-link" option of the javadoc command. + other packages in online mode (see properties maven.online.mode and + maven.javadoc.mode.online). + Works like the "-link" option of the javadoc command.
The URLs must link to a directory where the javadoc generated file @@ -77,16 +78,36 @@ maven.javadoc.links=http://java.sun.com/j2se/1.4.2/docs/api/, http://maven.apach
+ Default value is ${maven.mode.online}.
+
+ If set, a value of true forces generation of javadoc in
+ online mode (using ${maven.javadoc.links}).
+
+ Any other value means false and forces generation of javadoc
+ in offline mode (using ${maven.javadoc.offlineLinks}).
+
+ This tag allows you to generate javadoc in mode different from the
+ "general" online/offline mode ${maven.mode.online}.
+
- Comma seperated list of URLs to create links to javadoc output of - other packages in offline mode (maven.online.mode=false), works like - the "-linkoffline" option of the javadoc command. - Comma seperated list of URLs to create links to javadoc output of - other packages, works like the "-link" option of the javadoc command. + Comma separated list of URLs to create links to javadoc output of + other packages in offline mode (see properties maven.online.mode and + maven.javadoc.mode.online). + Works like the "-linkoffline" option of the javadoc command.
The URLs must link to a directory where the javadoc generated file