Update master-branch-pipeline.yml for Azure Pipelines
Adding -Pdeploy profile to maven command for SNAPSHOT upload.
This commit is contained in:
parent
62bbadd52e
commit
b8405c23b8
|
@ -81,5 +81,5 @@ steps:
|
|||
inputs:
|
||||
mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml'
|
||||
goals: deploy
|
||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml'
|
||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -Pdeploy'
|
||||
publishJUnitResults: false
|
||||
|
|
Loading…
Reference in New Issue