You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/05/01 10:10:12 UTC

[maven-javadoc-plugin] branch master updated (56799b5 -> f3c6b4a)

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 56799b5  [MJAVADOC-634] Error in test-aggregate-no-fork when using modules
     add f3c6b4a  [MJAVADOC-672] misleading Exit code: 2 - javadoc: error - No source files for package

No new revisions were added by this update.

Summary of changes:
 .../invoker.properties                             |  3 +-
 .../pom.xml                                        | 58 +++++++++++-----------
 .../src/main/java/foo/Bar.java                     |  3 ++
 .../maven/plugins/javadoc/AbstractJavadocMojo.java | 17 ++++---
 4 files changed, 42 insertions(+), 39 deletions(-)
 copy src/it/projects/{MJAVADOC-134_multiaggregate => MJAVADOC-672_multiline-tag}/invoker.properties (95%)
 copy src/it/projects/{MJAVADOC-498_mm_modulepath => MJAVADOC-672_multiline-tag}/pom.xml (59%)
 copy src/it/projects/{MJAVADOC-634-module-testreports => MJAVADOC-672_multiline-tag}/src/main/java/foo/Bar.java (96%)