diff --git a/snapshot-pipeline.yml b/snapshot-pipeline.yml index 09348482148..9997db8f4e7 100644 --- a/snapshot-pipeline.yml +++ b/snapshot-pipeline.yml @@ -87,6 +87,6 @@ steps: displayName: 'Deploy to Sonatype staging' inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml' - goals: deploy + goals: deploy options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST -DskipTests' - publishJUnitResults: false + publishJUnitResults: false