From 652dadbc9a60daf9d5562cb9b465dbd087d11a9f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 7 Dec 2018 16:43:18 +0900 Subject: [PATCH] dev-release-subproject: Add 'performRelease' setting When deploying artifacts (i.e. gwtorm, gwtjsonrpc, prolog-cafe) to the Sonatype repository, it is necessary for the artifacts to be signed, otherwise releasing will fail. To sign the artifacts during deployment, 'performRelease' must be set. Add this to the instructions. Change-Id: I9eba633d8fdb466ef81823b7132479cfffbb2415 --- Documentation/dev-release-subproject.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dev-release-subproject.txt b/Documentation/dev-release-subproject.txt index 4886849b42..c9369b9570 100644 --- a/Documentation/dev-release-subproject.txt +++ b/Documentation/dev-release-subproject.txt @@ -73,7 +73,7 @@ link:dev-release-deploy-config.html#deploy-configuration-subprojects[subprojects * Deploy the new release: + ---- - mvn deploy + mvn deploy -DperformRelease=true ---- * Push the pom change(s) to the project's repository