From d2c4157b84b7168cabcd5ae25c407498ce7a76e6 Mon Sep 17 00:00:00 2001 From: christopher crew baker Date: Wed, 5 May 2021 19:18:16 -0400 Subject: [PATCH] Don't try to sign artifacts during Travis build --- Makefile | 3 ++- pom.xml | 39 ++++++++++++++++++++++++--------------- 2 files changed, 26 insertions(+), 16 deletions(-) diff --git a/Makefile b/Makefile index 9ef108a..89698b8 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,5 @@ clean: rm -rf target deploy: - mvn clean deploy + mvn clean deploy -P deploy-env + diff --git a/pom.xml b/pom.xml index 47c9025..63a114f 100644 --- a/pom.xml +++ b/pom.xml @@ -115,21 +115,6 @@ - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - @@ -154,4 +139,28 @@ http://github.com/crew102/rapidrake-java/tree/master + + + deploy-env + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + + + + +