We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4a558 commit e78a074Copy full SHA for e78a074
deploy.bash
@@ -1,7 +1,7 @@
1
#!/bin/bash -x
2
3
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then
4
- ./mvnw -Pdistribute,snapshot,docs clean deploy
+ ./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy
5
else
6
echo "We only deploy 'master' and '2.x' branches"
7
fi
pom.xml
@@ -508,6 +508,7 @@
508
<groupId>org.codehaus.mojo</groupId>
509
<artifactId>build-helper-maven-plugin</artifactId>
510
<version>1.10</version>
511
+ <inherited>false</inherited>
512
<executions>
513
<execution>
514
<id>attach-zip</id>
0 commit comments