This is an automated email from the ASF dual-hosted git repository. michaelo pushed a change to branch doxia-2.0.0 in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
omit 3023f896 Prepare for Doxia 2.0.0 add 83648838 [MJAVADOC-777] Bump org.codehaus.plexus:plexus-java from 1.1.2 to 1.2.0 (#245) add 4bad23ff [MJAVADOC-730] Deprecate parameter "old" add afb2dee6 [MJAVADOC-713] Skipping Javadoc reportset leaves empty Javadoc link in site add 45a8d29c [MJAVADOC-716] Fix stale files detection failing because of the added newline at the end of the file add 4b881e83 Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 add 88bc4a5a Align IT after MJAVADOC-716 add 16ca43f2 [maven-release-plugin] prepare for next development iteration add 28a89f15 [maven-release-plugin] prepare release maven-javadoc-plugin-3.6.2 add f5661904 [maven-release-plugin] prepare for next development iteration add 386d4ea2 Remove dead link new 4cc20e53 Prepare for Doxia 2.0.0 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3023f896) \ N -- N -- N refs/heads/doxia-2.0.0 (4cc20e53) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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 | 6 +- .../projects/MJAVADOC-498_modulepath/verify.groovy | 2 +- .../maven/plugins/javadoc/AbstractJavadocMojo.java | 19 +++- .../maven/plugins/javadoc/JavadocReport.java | 7 +- .../apache/maven/plugins/javadoc/StaleHelper.java | 9 +- src/site/site.xml | 1 - .../maven/plugins/javadoc/JavadocJarTest.java | 115 +++++++++++++++++++++ .../src/main/java/maven/App.java | 5 +- .../stale-test-plugin-config.xml} | 12 ++- 9 files changed, 150 insertions(+), 26 deletions(-) copy src/test/resources/unit/{test-javadoc-test => stale-test}/src/main/java/maven/App.java (98%) copy src/test/resources/unit/{pom-test/pom-test-plugin-config.xml => stale-test/stale-test-plugin-config.xml} (74%)