From 579e562fc86b7b7541ef8eae3b4c7614101064f1 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 18 Nov 2024 12:02:12 +0100 Subject: [PATCH] Upgrade build plugins. Closes #2429 --- parent/pom.xml | 34 +++++++++---------- pom.xml | 6 ++-- .../src/main/resources/assemblies/docs.xml | 2 +- .../main/resources/assemblies/resources.xml | 4 +-- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 966d6bc4..cb286ae0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -119,7 +119,7 @@ 5.10.5 1.9.25 1.8.1 - 1.4.13 + 1.5.12 1.13.7 1.3.6 5.12.0 @@ -132,7 +132,7 @@ 2.0.2 6.1.15 src/main/antora/antora-playbook.yml - 0.0.3 + 0.0.4 1.0.0-alpha.4 0.0.7 2.3.3 @@ -521,7 +521,7 @@ - + @@ -1160,13 +1160,13 @@ org.apache.maven.plugins maven-assembly-plugin - 3.6.0 + 3.7.1 org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 true true @@ -1176,12 +1176,12 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + 3.6.0 com.puppycrawl.tools checkstyle - 10.9.3 + 10.20.1 io.spring.nohttp @@ -1194,25 +1194,25 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.8.1 org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.3 org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.5.2 false @@ -1227,25 +1227,25 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.11.1 org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.2 false @@ -1254,13 +1254,13 @@ org.codehaus.mojo build-helper-maven-plugin - 3.5.0 + 3.6.0 org.codehaus.mojo exec-maven-plugin - 3.1.1 + 3.5.0 diff --git a/pom.xml b/pom.xml index ca9b3ba1..265085b8 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.7 sign-artifacts @@ -103,7 +103,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 enforce-release-rules @@ -209,7 +209,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 true sonatype diff --git a/resources/src/main/resources/assemblies/docs.xml b/resources/src/main/resources/assemblies/docs.xml index c72e8d45..ce0c5c01 100644 --- a/resources/src/main/resources/assemblies/docs.xml +++ b/resources/src/main/resources/assemblies/docs.xml @@ -31,7 +31,7 @@ Adds javadoc html to the distribution archive under the 'docs/javadoc' directory see pom.xml 'maven-javadoc-plugin' declaration. --> - ${project.root}/target/site/apidocs + ${project.root}/target/reports/apidocs api diff --git a/resources/src/main/resources/assemblies/resources.xml b/resources/src/main/resources/assemblies/resources.xml index b8538dc5..cc78a039 100644 --- a/resources/src/main/resources/assemblies/resources.xml +++ b/resources/src/main/resources/assemblies/resources.xml @@ -28,8 +28,8 @@ Adds javadoc html to the distribution archive under the 'docs/javadoc' directory see pom.xml 'maven-javadoc-plugin' declaration. --> - ${project.root}/target/site/apidocs + ${project.root}/target/reports/apidocs docs/api - \ No newline at end of file +