Skip to content

Commit db4d7cb

Browse files
committed
Do not build GPG signatures except for central
1 parent a8f156d commit db4d7cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ To do a release (.RELEASE, .RC?, .M?):
3939
. `git tag <version>` (like v3.0.0.RC1)
4040
. Execute a maven test (`./mvnw -Pdistribute,snapshot,docs clean test`).
4141
. Execute a maven deploy.
42-
* For a milestone: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,gpg,milestone,docs clean -Dmaven.test.skip=true deploy`
43-
* For a release: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,gpg,release,docs clean -Dmaven.test.skip=true deploy`
42+
* For a milestone: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,milestone,docs clean -Dmaven.test.skip=true deploy`
43+
* For a release: `USERNAME=<user> PASSWORD=<encrypted password> ./mvnw -Pdistribute,release,docs clean -Dmaven.test.skip=true deploy`
4444
* For a release to maven central: `USERNAME=<user> PASSWORD=<nexus password> ./mvnw -Pdistribute,gpg,central,docs clean -Dmaven.test.skip=true deploy -s settings.xml`
4545
. Bump up the version in ALL `pom.xml` files again to the next BUILD-SNAPSHOT.
4646
. Commit the change.

0 commit comments

Comments
 (0)