Update module-snapshot-publishing.yml for Azure Pipelines

This commit is contained in:
Mark Iantorno 2020-05-27 16:07:36 -04:00
parent 2096ee0cf5
commit 613237382a
1 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ variables:
steps: steps:
# Debugging output to identify current module. # Debugging output to identify current module.
- bash: echo Publishing SNAPSHOT for $(module) - bash: echo Publishing SNAPSHOT for $(module)
displayName: 'Print module name.'
# Signing, for now, occurs for all builds, SNAPSHOT or release. So we need a valid # Signing, for now, occurs for all builds, SNAPSHOT or release. So we need a valid
# signing key. The next two steps download the public and private keys from the # signing key. The next two steps download the public and private keys from the
@ -97,7 +98,7 @@ steps:
# Deploy the SNAPSHOT artifact to sonatype nexus. # Deploy the SNAPSHOT artifact to sonatype nexus.
# This is done for the master branch merges only. # This is done for the master branch merges only.
- task: Maven@3 - task: Maven@3
displayName: 'Deploy $(version) to Sonatype staging' displayName: 'Deploy $(module) to Sonatype staging'
inputs: inputs:
mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml' mavenPomFile: '$(System.DefaultWorkingDirectory)/$(module)/pom.xml'
goals: deploy goals: deploy