From e12dec71033b9834dd0e9a5715669dac4dee4703 Mon Sep 17 00:00:00 2001 From: Caesar Ralf Date: Thu, 6 Jul 2023 10:40:56 +0200 Subject: [PATCH] Upgrade build plugins & needed config --- pom.xml | 119 ++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 73 insertions(+), 46 deletions(-) diff --git a/pom.xml b/pom.xml index 621614b..02ccb2a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,6 @@ - + 4.0.0 Spotify Root @@ -88,7 +90,7 @@ maven-enforcer-plugin - 1.4.1 + 3.3.0 enforce @@ -97,7 +99,7 @@ [3.5.4,) - + @@ -109,7 +111,7 @@ maven-failsafe-plugin - 2.22.2 + 3.1.2 @@ -190,7 +192,7 @@ maven-release-plugin - 2.5.3 + 3.0.1 v@{project.version} true @@ -200,14 +202,14 @@ org.apache.maven.scm maven-scm-provider-gitexe - 1.9.4 + 2.0.1 org.jacoco jacoco-maven-plugin - 0.7.2.201409121644 + 0.8.10 @@ -217,6 +219,70 @@ + + maven-changelog-plugin + 2.3 + + + maven-project-info-reports-plugin + 3.4.5 + + + maven-surefire-report-plugin + 3.1.2 + + + maven-javadoc-plugin + 3.5.0 + + false + -Xdoclint:none + + + + maven-source-plugin + 3.3.0 + + + attach-sources + + jar-no-fork + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + + sign + + verify + + + --pinentry-mode + loopback + + + + + @@ -228,50 +294,19 @@ maven-source-plugin - 3.1.0 - - - attach-sources - - jar-no-fork - - - maven-javadoc-plugin - 3.2.0 - - false - org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 - true - - ossrh - https://oss.sonatype.org/ - true - - org.apache.maven.plugins maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - @@ -304,23 +339,15 @@ maven-project-info-reports-plugin - 2.8.1 maven-changelog-plugin - 2.3 maven-surefire-report-plugin - 2.22.2 maven-javadoc-plugin - 3.2.0 - - false - -Xdoclint:none -