diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index e4966737..c830933e 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -104,7 +104,8 @@ doctitle="${title}" bottom="${copyright}" stylesheetfile="${maven.javadoc.stylesheet}" - additionalparam="${maven.javadoc.additionalparam}"> + additionalparam="${maven.javadoc.additionalparam}" + useexternalfile="${maven.javadoc.useexternalfile}"> diff --git a/javadoc/plugin.properties b/javadoc/plugin.properties index 89782b81..f12de2f2 100644 --- a/javadoc/plugin.properties +++ b/javadoc/plugin.properties @@ -19,5 +19,6 @@ maven.javadoc.private = false maven.javadoc.stylesheet = ${plugin.resources}/stylesheet.css maven.javadoc.use = true maven.javadoc.version = true +maven.javadoc.useexternalfile = no maven.docs.outputencoding = ISO-8859-1 diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index e1d6d37a..7dc9d19d 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -8,6 +8,9 @@ + + MAVEN-805. Add maven.javadoc.useexternalfile property. + update to use maven.docs.*/maven.gen.docs diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index 9a3c7504..ba21ea6b 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -186,6 +186,15 @@ maven.javadoc.offlineLinks=http://java.sun.com/j2se/1.4.2/docs/api/#/opt/java-ap from the project descriptor. + + maven.javadoc.useexternalfile + Yes + + indicates whether the sourcefile name specified in srcfiles or as + nested source elements should be written to a temporary file to make + the command line shorter. Default value : no. + + maven.javadoc.customtags Yes