From fa85504ba7c072e397a91151d9510bbe5f958e15 Mon Sep 17 00:00:00 2001 From: aheritier Date: Wed, 7 Jul 2004 21:55:27 +0000 Subject: [PATCH] PR: MPJAVADOC-31 Submitted by: Takayoshi Kimura Reviewed by: Arnaud Heritier Encoding used when reading sources git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115685 13f79535-47bb-0310-9956-ffa450edef68 --- javadoc/plugin.jelly | 11 ++++++++++- javadoc/xdocs/changes.xml | 1 + javadoc/xdocs/properties.xml | 16 ++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) 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