From 081510f657c436f740ec86b124e542150a8a38d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gielen?= Date: Mon, 1 Jul 2024 11:58:55 +0200 Subject: [PATCH] Bring plugins and configs relevant for release up to date --- pom.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/pom.xml b/pom.xml index 44090a0..ea26734 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,9 @@ 3.13.0 3.4.2 3.7.0 + 3.3.1 + 3.1.0 + 3.2.4 2.0.13 5.3.31 17.0.11 @@ -117,12 +120,74 @@ ${java.level} + + maven-source-plugin + ${maven-source-plugin.version} + maven-jar-plugin ${maven-jar-plugin.version} + + maven-release-plugin + ${maven-release-plugin.version} + + true + false + release + deploy + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + +