From a386dd410d58f53b52ca72a426de8bd153735f90 Mon Sep 17 00:00:00 2001 From: redcatbaer Date: Sat, 14 Jun 2025 17:32:33 +0200 Subject: [PATCH 1/3] Removed `maven-deploy-plugin`. --- openfasttrace-mc-deployable-parent/pom.xml | 10 ---------- pom.xml | 12 ----------- testutil/pom.xml | 23 ---------------------- 3 files changed, 45 deletions(-) diff --git a/openfasttrace-mc-deployable-parent/pom.xml b/openfasttrace-mc-deployable-parent/pom.xml index eb887381..4a2c40cb 100644 --- a/openfasttrace-mc-deployable-parent/pom.xml +++ b/openfasttrace-mc-deployable-parent/pom.xml @@ -56,16 +56,6 @@ It is maintained separately from the main parent POM for the following reasons: - - - org.apache.maven.plugins - maven-deploy-plugin - 3.1.4 - - true - - diff --git a/pom.xml b/pom.xml index c65abd92..6c8094b1 100644 --- a/pom.xml +++ b/pom.xml @@ -35,16 +35,4 @@ reporter/aspec testutil - - - - org.apache.maven.plugins - maven-deploy-plugin - 3.1.4 - - true - - - - diff --git a/testutil/pom.xml b/testutil/pom.xml index ddcba456..9f5f12f3 100644 --- a/testutil/pom.xml +++ b/testutil/pom.xml @@ -73,29 +73,6 @@ false - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.sonatype.central - central-publishing-maven-plugin - - false - true - - - - org.apache.maven.plugins - maven-gpg-plugin - - true - - From 1f085bab228594dc9567531a734e770ca9310095 Mon Sep 17 00:00:00 2001 From: redcatbaer Date: Sat, 14 Jun 2025 19:03:23 +0200 Subject: [PATCH 2/3] Removed `maven-deploy-plugin`. --- parent/pom.xml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 99289099..983419ef 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -582,6 +582,16 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + + + true + + @@ -669,16 +679,7 @@ - - - central - Maven Central - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - central - Maven Central Snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots/ - - + From 365a517edd02c5451ca1a5ff64e6a60c40ce7913 Mon Sep 17 00:00:00 2001 From: redcatbaer Date: Sun, 15 Jun 2025 07:14:48 +0200 Subject: [PATCH 3/3] Fixes for flattened POMs. --- openfasttrace-mc-deployable-parent/pom.xml | 12 ------------ parent/pom.xml | 4 ++++ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/openfasttrace-mc-deployable-parent/pom.xml b/openfasttrace-mc-deployable-parent/pom.xml index 4a2c40cb..bb858757 100644 --- a/openfasttrace-mc-deployable-parent/pom.xml +++ b/openfasttrace-mc-deployable-parent/pom.xml @@ -60,16 +60,4 @@ It is maintained separately from the main parent POM for the following reasons: - - - central - Maven Central - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - central - Maven Central Snapshots - https://s01.oss.sonatype.org/content/repositories/snapshots/ - - diff --git a/parent/pom.xml b/parent/pom.xml index 983419ef..86f0b7f7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -432,6 +432,10 @@ org.codehaus.mojo flatten-maven-plugin + 1.7.0 + + oss + org.apache.maven.plugins