diff --git a/snapshot-pipeline.yml b/snapshot-pipeline.yml index 98ace477f68..ad886c91ca9 100644 --- a/snapshot-pipeline.yml +++ b/snapshot-pipeline.yml @@ -85,5 +85,5 @@ steps: inputs: mavenPomFile: '$(System.DefaultWorkingDirectory)/pom.xml' goals: deploy - options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES' - publishJUnitResults: false \ No newline at end of file + options: '--settings $(System.DefaultWorkingDirectory)/settings.xml -P DIST,ALLMODULES -Dmaven.test.skip' + publishJUnitResults: false