From be8b743d6d28663a36a5c77967ff173a669efbec Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Fri, 5 Jun 2020 10:57:06 -0400 Subject: [PATCH] Update module-snapshot-publishing.yml for Azure Pipelines --- module-snapshot-publishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-snapshot-publishing.yml b/module-snapshot-publishing.yml index cb93faebd..5c3069660 100644 --- a/module-snapshot-publishing.yml +++ b/module-snapshot-publishing.yml @@ -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