diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy index b4ace2f6cd..434202638e 100644 --- a/Jenkinsfile.deploy +++ b/Jenkinsfile.deploy @@ -62,7 +62,7 @@ pipeline { } } steps { - sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean deploy" + sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -DskipTests clean deploy" } }