From e9138c320a843c5a5ff5f9ea89df92e07e85f3dc Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Wed, 7 Nov 2018 10:52:27 -0600 Subject: [PATCH] SWS-1043 - Polishing. --- README.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index ef4a94d7..811a74d2 100644 --- a/README.adoc +++ b/README.adoc @@ -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= 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.