[java-identity-provider] 02/02: IDP-1531 - hold back maven-javadoc-plugin to avoid plugin bug
Ian Young
ian at iay.org.uk
Wed Jan 15 12:25:00 EST 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=42669620380ebf7d8a089c24682a150721e1f7ce
commit 42669620380ebf7d8a089c24682a150721e1f7ce
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jan 15 17:24:38 2020 +0000
IDP-1531 - hold back maven-javadoc-plugin to avoid plugin bug
https://issues.shibboleth.net/jira/browse/IDP-1531
---
idp-parent/pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 012a2d2..98d19c5 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -77,6 +77,22 @@
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<idp-parent.site.url>${shibboleth.site.url}java-identity-provider/${project.version}/</idp-parent.site.url>
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-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/IDP-1531
+ -->
+ <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