Update module-snapshot-publishing.yml for Azure Pipelines
This commit is contained in:
parent
d5a9c9f8ea
commit
be8b743d6d
|
@ -107,7 +107,7 @@ steps:
|
|||
displayName: 'Deploy $(module) to Sonatype staging'
|
||||
inputs:
|
||||
mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml'
|
||||
goals: clean deploy
|
||||
goals: deploy
|
||||
options: '--settings $(System.DefaultWorkingDirectory)/settings.xml'
|
||||
publishJUnitResults: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue