# Pastebin wX1U2vIV Add to your ~/.profile: export WORKSPACE=~/workspace-1 export BRANCH=master export BUILD_NUMBER=1 export IGNORE_SNAPSHOTS=false Run . ~/.profile mvn -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo -B release:clean release:prepare -Dtag=$BRANCH-tagforprepareonly-$JOB_NAME-$BUILD_NUMBER -Dgoals=deploy -DpreparationGoals="clean install" -DignoreSnapshots=$IGNORE_SNAPSHOTS -Pintegrationtests -Darguments="-Pintegrationtests -Dmaven.repo.local=$WORKSPACE/.m2repo -Dorg.ops4j.pax.url.mvn.localRepository=$WORKSPACE/.m2repo -DignoreSnapshots=$IGNORE_SNAPSHOTS" If you can get as far as failing on the push to git, you are good :)