From 161a89db0eff4f3f9b4b768636e9d5e4f63e45bc Mon Sep 17 00:00:00 2001 From: Tadgh Date: Fri, 30 Aug 2024 12:44:12 -0700 Subject: [PATCH] Remove deploy plugin, correct usage of nexus plugin (#6256) --- hapi-fhir-cli/hapi-fhir-cli-app/pom.xml | 14 +++----------- hapi-fhir-dist/pom.xml | 6 +++--- hapi-fhir-jpaserver-uhnfhirtest/pom.xml | 10 +--------- hapi-fhir-spring-boot/pom.xml | 6 +++--- hapi-fhir-testpage-overlay/pom.xml | 6 +++--- hapi-tinder-test/pom.xml | 6 +++--- pom.xml | 7 +++---- .../hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml | 10 +--------- tests/hapi-fhir-base-test-mindeps-client/pom.xml | 6 +++--- tests/hapi-fhir-base-test-mindeps-server/pom.xml | 14 +++++++------- 10 files changed, 30 insertions(+), 55 deletions(-) diff --git a/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml b/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml index 04a242d9116..7997bade47d 100644 --- a/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml +++ b/hapi-fhir-cli/hapi-fhir-cli-app/pom.xml @@ -31,23 +31,15 @@ classes - - - org.apache.maven.plugins - maven-deploy-plugin + org.sonatype.plugins + nexus-staging-maven-plugin - true + true diff --git a/hapi-fhir-dist/pom.xml b/hapi-fhir-dist/pom.xml index aa5373f4630..f9fdfc45a2c 100644 --- a/hapi-fhir-dist/pom.xml +++ b/hapi-fhir-dist/pom.xml @@ -21,10 +21,10 @@ - org.apache.maven.plugins - maven-deploy-plugin + org.sonatype.plugins + nexus-staging-maven-plugin - true + true diff --git a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml index fc00bee1682..47dd4ef075c 100644 --- a/hapi-fhir-jpaserver-uhnfhirtest/pom.xml +++ b/hapi-fhir-jpaserver-uhnfhirtest/pom.xml @@ -189,15 +189,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - true - true - - - - org.apache.maven.plugins - maven-deploy-plugin - - true + true diff --git a/hapi-fhir-spring-boot/pom.xml b/hapi-fhir-spring-boot/pom.xml index 93486e64b94..d7c752647e1 100644 --- a/hapi-fhir-spring-boot/pom.xml +++ b/hapi-fhir-spring-boot/pom.xml @@ -34,10 +34,10 @@ - org.apache.maven.plugins - maven-deploy-plugin + org.sonatype.plugins + nexus-staging-maven-plugin - true + true diff --git a/hapi-fhir-testpage-overlay/pom.xml b/hapi-fhir-testpage-overlay/pom.xml index bb1c29e0d91..86cb5491962 100644 --- a/hapi-fhir-testpage-overlay/pom.xml +++ b/hapi-fhir-testpage-overlay/pom.xml @@ -244,10 +244,10 @@ - org.apache.maven.plugins - maven-deploy-plugin + org.sonatype.plugins + nexus-staging-maven-plugin - false + false diff --git a/hapi-tinder-test/pom.xml b/hapi-tinder-test/pom.xml index 4ce4cf058bf..c8b8229c4ba 100644 --- a/hapi-tinder-test/pom.xml +++ b/hapi-tinder-test/pom.xml @@ -476,10 +476,10 @@ - org.apache.maven.plugins - maven-deploy-plugin + org.sonatype.plugins + nexus-staging-maven-plugin - true + true diff --git a/pom.xml b/pom.xml index cb3b4410f2a..8aa11b301dd 100644 --- a/pom.xml +++ b/pom.xml @@ -2440,9 +2440,9 @@ 3.1.2 - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 org.apache.maven.plugins @@ -3253,7 +3253,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 true ossrh diff --git a/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml b/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml index 56fff49812a..ed8ad2356a4 100644 --- a/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml +++ b/tests/hapi-fhir-base-test-jaxrsserver-kotlin/pom.xml @@ -102,8 +102,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - true - true + true @@ -118,13 +117,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - - org.jetbrains.kotlin kotlin-maven-plugin diff --git a/tests/hapi-fhir-base-test-mindeps-client/pom.xml b/tests/hapi-fhir-base-test-mindeps-client/pom.xml index 2de4768f016..7e5d062d647 100644 --- a/tests/hapi-fhir-base-test-mindeps-client/pom.xml +++ b/tests/hapi-fhir-base-test-mindeps-client/pom.xml @@ -73,10 +73,10 @@ - org.apache.maven.plugins - maven-deploy-plugin + org.sonatype.plugins + nexus-staging-maven-plugin - true + true diff --git a/tests/hapi-fhir-base-test-mindeps-server/pom.xml b/tests/hapi-fhir-base-test-mindeps-server/pom.xml index af179b345ca..487e1f73df6 100644 --- a/tests/hapi-fhir-base-test-mindeps-server/pom.xml +++ b/tests/hapi-fhir-base-test-mindeps-server/pom.xml @@ -125,13 +125,13 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - true - - + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + +