diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index f1473a3a..547663be 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -33,6 +33,7 @@ + @@ -43,6 +44,10 @@ ### Debug mode is on ### ================================== +=== java plugin properties === +================================== +maven.compile.encoding = [${maven.compile.encoding}] +================================== === javadoc plugin properties === ================================== maven.javadoc.additionalparam = [${maven.javadoc.additionalparam}] @@ -245,7 +250,11 @@ internal.javadoc.working.dir = [${internal.javadoc.working.dir}] - + + + + + diff --git a/javadoc/xdocs/changes.xml b/javadoc/xdocs/changes.xml index 207b3065..324b60cd 100644 --- a/javadoc/xdocs/changes.xml +++ b/javadoc/xdocs/changes.xml @@ -24,6 +24,7 @@ + Use the property 'maven.compile.encoding' to set the encoding used when reading sources in javadoc task. Packages list broken on jdk 1.3 for multiple packages. @link tag not working with package names. Add the property maven.javadoc.debug to print informations to debug the plugin. diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index cf8f93df..dbac6bc8 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -306,5 +306,21 @@ maven.javadoc.offlineLinks=http://java.sun.com/j2se/1.4.2/docs/api/#/opt/java-ap +
+ + + + + + + + + + + +
PropertyOptional?Description
maven.compile.encodingYes + Sets the encoding of the .java files being documented (and compiled). +
+
\ No newline at end of file