From 38bc38e3516d2447fbcbcbad6f859b86838c82f7 Mon Sep 17 00:00:00 2001 From: Eric T Date: Mon, 6 Oct 2025 00:23:57 +0100 Subject: [PATCH] fix: source plugin versions from properties --- .mvn/maven.config | 2 +- pom.xml | 84 ++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 84 insertions(+), 2 deletions(-) diff --git a/.mvn/maven.config b/.mvn/maven.config index 9159a424..affad39a 100644 --- a/.mvn/maven.config +++ b/.mvn/maven.config @@ -1 +1 @@ --T 2 \ No newline at end of file +-T2 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9dad0b19..547c5757 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,17 @@ 1.1.0 + + + 0.8.0 + 3.3.1 + 3.11.3 + 3.2.8 + 1.7.2 + 3.14.0 + 3.5.3 + 0.8.13 + 3.5.3 org.sonatype.central central-publishing-maven-plugin + ${central.publishing.plugin.version} true central @@ -111,14 +122,33 @@ org.apache.maven.plugins maven-source-plugin + ${maven.source.plugin.version} + + + attach-sources + + jar-no-fork + + + org.apache.maven.plugins maven-javadoc-plugin + ${maven.javadoc.plugin.version} + + + attach-javadocs + + jar + + + org.apache.maven.plugins maven-gpg-plugin + ${maven.gpg.plugin.version} sign-artifacts @@ -138,22 +168,72 @@ org.codehaus.mojo flatten-maven-plugin + ${flatten.plugin.version} + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + org.apache.maven.plugins maven-compiler-plugin + ${maven.compiler.plugin.version} + + ${maven.compiler.source} + ${maven.compiler.target} + org.apache.maven.plugins maven-surefire-plugin + ${maven.surefire.plugin.version} + + + + test + + + org.jacoco jacoco-maven-plugin + ${jacoco.plugin.version} + + + + prepare-agent + + + + report + verify + + report + + + org.apache.maven.plugins maven-failsafe-plugin + ${maven.failsafe.plugin.version} @@ -176,9 +256,11 @@ maven-surefire-plugin + ${maven.surefire.plugin.version} maven-failsafe-plugin + ${maven.failsafe.plugin.version} org.apache.maven.plugins