SWS-998 - Backport Maven/Asciidoctor migration to 2.x

This commit is contained in:
Greg Turnquist
2017-10-16 11:26:42 -05:00
parent 547a077625
commit 19a1209999
46 changed files with 5435 additions and 6818 deletions

7
deploy.bash Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash -x
if [ "${CIRCLE_BRANCH}" == "master" ] || [ "${CIRCLE_BRANCH}" == "2.x" ]; then
./mvnw -Pdistribute,snapshot,docs clean -Dmaven.test.skip=true deploy
else
echo "We only deploy 'master' and '2.x' branches"
fi