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
This commit is contained in:
David Pursehouse
2018-12-07 16:43:18 +09:00
parent e1257b07df
commit 652dadbc9a

View File

@@ -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