From 0669ac7bd3dc32dbc34574d45c7a8acea82b311f Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Tue, 11 Nov 2025 09:37:03 +0100 Subject: [PATCH 1/3] RATIS-2354. Bump Apache parent POM to 35 --- pom.xml | 53 +---------------------------------------------------- 1 file changed, 1 insertion(+), 52 deletions(-) diff --git a/pom.xml b/pom.xml index 72cd5a646e..bcab191555 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.apache apache - 25 + 35 @@ -168,17 +168,10 @@ 5.1.8 - 3.3.0 - 4.0.6 - 1.6.1 - 3.3.0 - 3.6.0 - 3.5.3 3.5.3 3.4.0 5.0.0.4389 - 3.3.0 3.1.0 @@ -457,10 +450,6 @@ ${license-maven-plugin.version} - - org.apache.maven.plugins - maven-install-plugin - org.apache.maven.plugins maven-javadoc-plugin @@ -473,11 +462,6 @@ - - org.apache.maven.plugins - maven-shade-plugin - ${maven-shade-plugin.version} - com.github.spotbugs spotbugs-maven-plugin @@ -499,16 +483,10 @@ exec-maven-plugin ${exec-maven-plugin.version} - - org.apache.maven.plugins - maven-pdf-plugin - ${maven-pdf-plugin.version} - org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 @@ -614,7 +592,6 @@ org.apache.maven.plugins maven-surefire-plugin - ${maven-surefire-plugin.version} false false @@ -657,10 +634,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - org.apache.rat apache-rat-plugin @@ -673,15 +646,6 @@ - - org.apache.maven.plugins - maven-antrun-plugin - - - org.apache.maven.plugins - maven-remote-resources-plugin - ${maven-remote-resources-plugin.version} - org.apache.maven.plugins maven-site-plugin @@ -693,11 +657,6 @@ - - com.atlassian.maven.plugins - maven-clover2-plugin - ${maven-clover2-plugin.version} - org.apache.felix maven-bundle-plugin @@ -801,7 +760,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - ${maven-checkstyle-plugin.version} @@ -810,15 +768,6 @@ false - - org.apache.maven.plugins - maven-pdf-plugin - - ${project.reporting.outputDirectory} - - false - - org.codehaus.mojo build-helper-maven-plugin From 366c6391c1fb49c156a0beeef3e95c6653a34d19 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Tue, 11 Nov 2025 09:47:37 +0100 Subject: [PATCH 2/3] remove duplicate maven-source-plugin execution --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index bcab191555..e4ad50970a 100644 --- a/pom.xml +++ b/pom.xml @@ -549,21 +549,6 @@ - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - prepare-package - - jar-no-fork - - - - From 5a985a6b343bcfabb89e2c87c58df7cc9c12fb97 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Tue, 11 Nov 2025 10:04:02 +0100 Subject: [PATCH 3/3] override maven-source-plugin execution from maven-apache-parent POM --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e4ad50970a..820214c863 100644 --- a/pom.xml +++ b/pom.xml @@ -908,7 +908,7 @@ - ratis-java-sources + attach-sources package jar-no-fork