SWS-1043 - Polishing.

This commit is contained in:
Greg Turnquist
2018-11-07 10:52:27 -06:00
parent d1a50e5c01
commit e9138c320a

View File

@@ -97,11 +97,7 @@ You can also import the project into your IDE.
== Releasing Spring Web Services
Snapshots are published automatically via CI server by doing this:
----
$ USERNAME=<username> PASSWORD=<encrypted password> ./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy
----
Snapshots are published automatically via Concourse CI. (See the `ci` folder for details).
IMPORTANT: Snapshots do NOT include GPG signatures. To do so would require putting a private key on the CI server. The process for releases (below) is manual and DOES include GPG signatures.