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

Phil Smart philip.smart at jisc.ac.uk
Thu May 12 10:44:31 UTC 2022


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=68028fc38516ec3b38c4d9e2f2bcd2e7d8f80b5d

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

commit 68028fc38516ec3b38c4d9e2f2bcd2e7d8f80b5d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 12 11:43:38 2022 +0100

    JPAR-207 - Revert maven-javadoc-plugin to official Apache version
    
         - Revert back to our version
    
    https://shibboleth.atlassian.net/browse/JPAR-207
---
 pom.xml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 45ce301..88db2f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,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.4.0</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.3.0.2</maven-javadoc-plugin.version>
         <maven-jxr-plugin.version>3.2.0</maven-jxr-plugin.version>
         <maven-project-info-reports-plugin.version>3.2.2</maven-project-info-reports-plugin.version>
         <maven-resources-plugin.version>3.2.0</maven-resources-plugin.version>
@@ -765,8 +765,16 @@
                     <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>org.apache.maven.plugins</groupId>
+                    <groupId>net.shibboleth.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>${maven-javadoc-plugin.version}</version>
                     <configuration>
@@ -955,7 +963,7 @@
             <!-- We use the aggregate reports for the javadoc and jxr reports because even if the project isn't a multi-module
                 project the plugin still does the right thing. -->
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
+                <groupId>net.shibboleth.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <version>${maven-javadoc-plugin.version}</version>
                 <configuration>
@@ -1121,7 +1129,7 @@
                         <artifactId>maven-dependency-plugin</artifactId>
                     </plugin>
                    <plugin>
-                        <groupId>org.apache.maven.plugins</groupId>
+                        <groupId>net.shibboleth.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
                         <executions>
                             <execution>

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


More information about the commits mailing list