diff --git a/deploy.bash b/deploy.bash
index a1dfeb7d..d4b669a9 100755
--- a/deploy.bash
+++ b/deploy.bash
@@ -1,7 +1,7 @@
#!/bin/bash -x
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then
- ./mvnw -Pdistribute,snapshot,docs clean deploy
+ ./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy
else
echo "We only deploy 'master' and '2.x' branches"
fi
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 31cc5cfd..a3fdf510 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,6 +508,7 @@
org.codehaus.mojo
build-helper-maven-plugin
1.10
+ false
attach-zip