From 6ad29890f0e85e240e207a6c7183c8109fd4fe87 Mon Sep 17 00:00:00 2001 From: markiantorno Date: Tue, 5 Jul 2022 14:27:05 -0400 Subject: [PATCH] changes to pom.xml to enable publishing --- pom.xml | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 57 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1f33108..6bf149e 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ hapi-fhir-jpaserver-starter + war 11 @@ -27,8 +28,6 @@ 3.8.3 - war - HAPI FHIR JPA Server - Starter Project @@ -353,7 +352,6 @@ test - @@ -588,5 +586,61 @@ + + ossrh-repo + + false + + deployToSonatype + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + ${gpg.keyname} + ${gpg.keyname} + + --pinentry-mode + loopback + + + + + + + +