Add README for maven settings.

This commit is contained in:
Manuele Simi 2019-05-28 20:54:39 -04:00
parent d0afc2fc00
commit 5a2c6b326c
1 changed files with 23 additions and 0 deletions

23
Maven/1.1.0/README.md Normal file
View File

@ -0,0 +1,23 @@
# Maven settings
## gcube-developer
Used by: gCube Developer
Installed on: development machine
## jenkins-snapshots
Used by: Jenkins jobs
Installed on: slave node
## jenkins-snapshots-dry-run
Used by: Jenkins pipeline jobs
When: To test a complete snapshot without deploying on a remote repo
Installed on: slave node
## jenkins-release
Used by: Jenkins pipeline jobs
Installed on: slave node
## jenkins-release-dry-run
Used by: Jenkins pipeline jobs
When: To test a complete release without deploying on a remote repo
Installed on: slave node