From 5551b27f0ca184b75c5a8cc589190912253a429c Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Thu, 14 Aug 2025 16:25:39 -0500 Subject: [PATCH 1/2] Remove parent pom and update maven central config --- pom.xml | 123 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 97 insertions(+), 26 deletions(-) diff --git a/pom.xml b/pom.xml index ef49226..1d2753d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,13 +3,6 @@ 4.0.0 - - net.wasdev.maven.parent - java8-parent - 1.4 - - - io.openliberty.tools liberty-ant-tasks 1.9.17-SNAPSHOT @@ -25,6 +18,15 @@ + + + Cheryl King + developers@openliberty.io + Open Liberty + https://github.com/OpenLiberty + + + scm:git:git@github.com:openliberty/ci.ant.git scm:git:git@github.com:openliberty/ci.ant.git @@ -47,6 +49,19 @@ + + + maven-central-snapshots + Maven Central Snapshot Repository + https://central.sonatype.com/repository/maven-snapshots/ + + + maven-central-releases + Maven Central Release Repository + https://central.sonatype.com/api/v1/publisher + + + UTF-8 UTF-8 @@ -63,41 +78,26 @@ org.apache.ant ant - 1.10.13 + 1.10.15 commons-io commons-io - 2.14.0 + 2.20.0 org.json json - 20231013 + 20250517 - - - - org.apache.maven.plugins - maven-surefire-plugin - 3.1.2 - - - org.apache.maven.plugins - maven-enforcer-plugin - 3.4.1 - - - - org.apache.maven.plugins maven-invoker-plugin - 3.6.0 + 3.9.1 ${project.build.directory}/it @@ -111,6 +111,17 @@ + + org.apache.maven.plugins + maven-release-plugin + 3.1.1 + + true + false + sonatype-oss-release + deploy + + @@ -176,5 +187,65 @@ + + sonatype-oss-release + + + + org.sonatype.central + central-publishing-maven-plugin + 0.8.0 + true + + maven-central-releases + ${project.artifactId} + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.11.2 + + false + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.2.8 + + + sign-artifacts + verify + + sign + + + + + + + From c34e5c0198b16fcf920d08ec7861ca06525c80fc Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Thu, 14 Aug 2025 16:46:24 -0500 Subject: [PATCH 2/2] remove repository config not needed --- pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pom.xml b/pom.xml index 1d2753d..aed4122 100644 --- a/pom.xml +++ b/pom.xml @@ -34,21 +34,6 @@ HEAD - - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots/ - - true - - - false - - - - maven-central-snapshots