This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.
from 85729d5 [MJAVADOC-445] JavadocOptionsXpp3Reader doesn't deserialize
the placement element in Tag
add 5a6489a [MJAVADOC-544] - Changed behaviour of Javadoc for options
file encoding
new b9ec67b [MJAVADOC-544] Changed behaviour of Javadoc for temporary
files encoding (options, argfile, ...)
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 3 +
.../maven/plugins/javadoc/AbstractJavadocMojo.java | 9 +-
.../maven/plugins/javadoc/JavadocReportTest.java | 68 ++++++++-
... => OptionsUmlautEncodingMavenProjectStub.java} | 164 ++++++++++-----------
.../optionsumlautencoding-test-plugin-config.xml} | 13 +-
.../optionsumlautencoding}/test/App.java | 4 +-
.../optionsumlautencoding/test}/AppSample.java | 2 +-
7 files changed, 168 insertions(+), 95 deletions(-)
copy
src/test/java/org/apache/maven/plugins/javadoc/stubs/{QuotedPathMavenProjectStub.java
=> OptionsUmlautEncodingMavenProjectStub.java} (74%)
copy
src/test/resources/unit/{default-configuration/default-configuration-plugin-config.xml
=> optionsumlautencoding-test/optionsumlautencoding-test-plugin-config.xml}
(80%)
copy src/test/resources/unit/{quotedpath'test/quotedpath =>
optionsumlautencoding-test/optionsumlautencoding}/test/App.java (96%)
copy src/test/resources/unit/{default-configuration/def/configuration =>
optionsumlautencoding-test/optionsumlautencoding/test}/AppSample.java (96%)