[java-parent-project] branch main updated: Revert "JPAR-207 - Revert maven-javadoc-plugin to official Apache version"
Phil Smart
philip.smart at jisc.ac.uk
Wed Nov 15 15:23:30 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=e89325bad267d74cd7a8f739255e6453a3fdc1e1
The following commit(s) were added to refs/heads/main by this push:
new e89325b Revert "JPAR-207 - Revert maven-javadoc-plugin to official Apache version"
e89325b is described below
commit e89325bad267d74cd7a8f739255e6453a3fdc1e1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Nov 15 15:22:58 2023 +0000
Revert "JPAR-207 - Revert maven-javadoc-plugin to official Apache version"
This reverts commit 5008d150e787211ee007ed3b3f99fc7c56dd4a6f.
---
pom.xml | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index db11dc9..4ada86e 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.6.2</maven-javadoc-plugin.version>
+ <maven-javadoc-plugin.version>3.3.0.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,8 +630,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>
@@ -644,8 +652,6 @@
<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