[java-parent-project] branch main updated: JPAR-207 - Revert maven-javadoc-plugin to official Apache version

Phil Smart philip.smart at jisc.ac.uk
Wed Nov 15 11:39:56 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=5008d150e787211ee007ed3b3f99fc7c56dd4a6f

The following commit(s) were added to refs/heads/main by this push:
     new 5008d15  JPAR-207 - Revert maven-javadoc-plugin to official Apache version
5008d15 is described below

commit 5008d150e787211ee007ed3b3f99fc7c56dd4a6f
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Nov 15 11:39:49 2023 +0000

    JPAR-207 - Revert maven-javadoc-plugin to official Apache version
    
    - Switch back to official maven javadoc plugin version 3.6.2.
    - Change maven javadoc plugin groupId back to org.apache.maven.plugins
    
    https://shibboleth.atlassian.net/browse/JPAR-207
---
 pom.xml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ada86e..db11dc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
         <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version>
         <maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
-        <maven-javadoc-plugin.version>3.3.0.2</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.6.2</maven-javadoc-plugin.version>
         <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
@@ -630,16 +630,8 @@
                     <artifactId>maven-jar-plugin</artifactId>
                     <version>${maven-jar-plugin.version}</version>
                 </plugin>
-                <!--
-                      Patched version of this plugin, see:
-  
-                      https://issues.shibboleth.net/jira/browse/JPAR-164
-                      https://shibboleth.atlassian.net/browse/JPAR-207
-  
-                      Possibly replace with official version post 3.4.0
-                  -->
                 <plugin>
-                    <groupId>net.shibboleth.maven.plugins</groupId>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>${maven-javadoc-plugin.version}</version>
                     <configuration>
@@ -652,6 +644,8 @@
                             <link>${guava.link}</link>
                             <link>${ldaptive.link}</link>
                         </links>
+                        <!-- Operate in legacyMode to build from the classpath and not the module path (see JPAR-207) -->
+                        <legacyMode>true</legacyMode>
                         <quiet>true</quiet>
                         <author>false</author>
                         <show>private</show>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list