From db4d7cb6b018f4971f524ed2e57586ae8d10568b Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 17 Oct 2017 16:35:17 -0500 Subject: [PATCH] Do not build GPG signatures except for central --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 7a76bbec..3e70fb43 100644 --- a/README.adoc +++ b/README.adoc @@ -39,8 +39,8 @@ To do a release (.RELEASE, .RC?, .M?): . `git tag ` (like v3.0.0.RC1) . Execute a maven test (`./mvnw -Pdistribute,snapshot,docs clean test`). . Execute a maven deploy. -* For a milestone: `USERNAME= PASSWORD= ./mvnw -Pdistribute,gpg,milestone,docs clean -Dmaven.test.skip=true deploy` -* For a release: `USERNAME= PASSWORD= ./mvnw -Pdistribute,gpg,release,docs clean -Dmaven.test.skip=true deploy` +* For a milestone: `USERNAME= PASSWORD= ./mvnw -Pdistribute,milestone,docs clean -Dmaven.test.skip=true deploy` +* For a release: `USERNAME= PASSWORD= ./mvnw -Pdistribute,release,docs clean -Dmaven.test.skip=true deploy` * For a release to maven central: `USERNAME= PASSWORD= ./mvnw -Pdistribute,gpg,central,docs clean -Dmaven.test.skip=true deploy -s settings.xml` . Bump up the version in ALL `pom.xml` files again to the next BUILD-SNAPSHOT. . Commit the change.