restore gcube-settings file ( gcube-official was my bad)
This commit is contained in:
parent
841a5489ff
commit
1ec74a8d79
|
@ -10,14 +10,14 @@ if (params.Type == 'SNAPSHOT-DRY-RUN') {
|
|||
echo "Configure Maven for SNAPSHOT-DRY-RUN artifacts"
|
||||
options = ''
|
||||
maven_local_repo_path = "local-snapshots"
|
||||
maven_settings_file = "gcube-official.xml"
|
||||
maven_settings_file = "gcube-settings.xml"
|
||||
maven_activation_property="-Pdry-run";
|
||||
}
|
||||
if (params.Type == 'SNAPSHOT') {
|
||||
echo "Configure Maven for SNAPSHOT artifacts"
|
||||
options = ''
|
||||
maven_local_repo_path = "local-snapshots"
|
||||
maven_settings_file = "gcube-official.xml"
|
||||
maven_settings_file = "gcube-settings.xml"
|
||||
maven_activation_property='';
|
||||
}
|
||||
if (params.Type == 'RELEASE-DRY-RUN') {
|
||||
|
|
Loading…
Reference in New Issue