diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index 61b60620..2ff3a4fc 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -65,8 +65,14 @@ + + + + + + - + ${maven.javadoc.links} Linking with API information from ${link.trim()} ... @@ -80,12 +86,6 @@ - ${maven.javadoc.links} - - - Linking with API information from ${link.trim()} ... - - @@ -147,7 +147,7 @@ - + diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index 2bb6e865..944ac876 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -64,8 +64,9 @@

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 + + maven.javadoc.mode.online + Yes + +

+ 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}. +

+ + maven.javadoc.offlineLinks Yes

- 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