[java-identity-provider] branch master updated: JPAR-164 Add the git patch of Maven Javadoc Plugin 3.2.0

Phil Smart philip.smart at jisc.ac.uk
Wed Apr 22 05:37:44 EDT 2020


This is an automated email from the git hooks/post-receive script.

philsmart 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=d827782d4e1a97999ec32f609b9e1a6632910eaf

The following commit(s) were added to refs/heads/master by this push:
       new  d827782   JPAR-164 Add the git patch of Maven Javadoc Plugin 3.2.0
d827782 is described below

commit d827782d4e1a97999ec32f609b9e1a6632910eaf
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Apr 22 10:01:13 2020 +0100

    JPAR-164 Add the git patch of Maven Javadoc Plugin 3.2.0
    
    - Remove maven javadoc plugin version override
    
    https://issues.shibboleth.net/jira/browse/JPAR-164
---
 idp-parent/pom.xml | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 105268f..290cdc5 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -78,22 +78,6 @@
         <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