From 24e8c0ccfb205286210002cbc9d171ce264ff214 Mon Sep 17 00:00:00 2001 From: diwakar Date: Tue, 2 Jun 2020 13:57:10 -0700 Subject: [PATCH] Updating pom.xml for publishing --- pom.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d04a9d..cea2313 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - software.amazon.cloudformation.test + software.amazon.cloudformation cloudformation-cli-java-plugin-testing-support aws-cloudformation-local-test 1.0.0 @@ -22,6 +22,7 @@ 2.26.0 2.10.1 3.1.1 + 3.0.1 @@ -196,6 +197,52 @@ + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar + + + + + + + publishing + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + sonatype-nexus-staging + https://aws.oss.sonatype.org + + + + + +