[java-opensaml] branch master updated: OSJ-296 - Hold back maven-javadoc-plugin to avoid bug
Ian Young
ian at iay.org.uk
Tue Jan 28 04:25:23 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=cd5c8e4b56ba1ec57965f2b9c0f6ecad963a9e33
The following commit(s) were added to refs/heads/master by this push:
new cd5c8e4 OSJ-296 - Hold back maven-javadoc-plugin to avoid bug
cd5c8e4 is described below
commit cd5c8e4b56ba1ec57965f2b9c0f6ecad963a9e33
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 28 09:25:19 2020 +0000
OSJ-296 - Hold back maven-javadoc-plugin to avoid bug
https://issues.shibboleth.net/jira/browse/OSJ-296
---
opensaml-parent/pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 020a1d6..a82d1c7 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -54,6 +54,22 @@
<checkstyle.configLocation>${project.basedir}/../opensaml-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<opensaml-parent.site.url>${shibboleth.site.url}java-opensaml/${project.version}/</opensaml-parent.site.url>
<opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-module.site.url>
+
+ <!--
+ Use version 3.0.1 of the Maven javadoc plugin rather than the
+ (currently) version 3.1.1 managed by java-parent-project.
+ This avoids what looks like an instance of this issue in MJAVADOC:
+
+ https://issues.apache.org/jira/browse/MJAVADOC-620
+
+ This property should be removed when that problem has been addressed,
+ supposedly in plugin version 3.2.0.
+
+ Our case:
+
+ https://issues.shibboleth.net/jira/browse/OSJ-296
+ -->
+ <maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
</properties>
<repositories>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list