SWS-998 - Fix artifactory deployment

This commit is contained in:
Greg Turnquist
2017-10-13 16:53:20 -05:00
parent 0a4a5589cb
commit e78a0741d9
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -508,6 +508,7 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
<inherited>false</inherited>
<executions>
<execution>
<id>attach-zip</id>