Add jenkins-staging description to README.

This commit is contained in:
Manuele Simi 2019-09-12 00:01:33 -04:00
parent 2834b68786
commit 2c89fb6636
1 changed files with 9 additions and 2 deletions

View File

@ -10,7 +10,8 @@ A parent pom for all the gCube artifacts.
# Build Profiles
## gcube-developer
* Dependencies resolved against gcube-snapshots and gcube-releases
* Dependencies resolved against local, gcube-snapshots and gcube-releases
* Snapshot artifacts installed to local
* Snapshot artifacts deployed to gcube-snapshots
* Deployments of releases artifacts are not permitted
@ -20,8 +21,14 @@ A parent pom for all the gCube artifacts.
* Snapshot artifacts deployed to gcube-snapshots
* Deployments of release artifacts are not permitted
## jenkins-staging
* Dependencies resolved against local-staging and gcube-jenkins-staging
* Release/snapshot artifacts installed to local-staging
* Release/snapshot artifacts deployed to gcube-jenkins-staging
## jenkins-releases
* Dependencies resolved against gcube-releases
* Dependencies resolved against local-releases and gcube-releases
* Release artifacts installed to local-releases
* Deployments of snapshot artifacts are not permitted
* Release artifacts deployed to gcube-releases