diff --git a/README.md b/README.md index b51d14f..5e12b33 100644 --- a/README.md +++ b/README.md @@ -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