This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.
from c478a12 Bump mrm-maven-plugin from 1.1.0 to 1.2.0
add 4bf64b0 [MJAVADOC-650] Fix javadoc binary search for JDK 9+.
add d2953ba [MJAVADOC-650] Fix javadoc for patch imported from Debian.
add a4aafab [MJAVADOC-650] Add explainer for how java.home changed in
Java 9
new 11aae3d Fixes to pass tests with Java 15
new 6afe4bd [MJAVADOC-663] Add GitHub Action to confirm build PR
The 2 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:
.github/workflows/maven.yml | 52 ++++++++++++++++++++++
.../src/main/java/foo/bar/MyClass.java | 4 +-
src/it/projects/MJAVADOC-591_release8/pom.xml | 17 +++----
.../maven/plugins/javadoc/AbstractJavadocMojo.java | 41 +++++++++++++++--
4 files changed, 102 insertions(+), 12 deletions(-)
create mode 100644 .github/workflows/maven.yml