File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 3a5d6388a28006808e021b7bb0d83d900af72274
2+ refs/heads/master: 8c4fd41ccf63ab2ef8ab3fdd2167d5971c30239e
33refs/heads/travis: f6a7282f13bbc41cf256f07b6f75ad1425aebd75
44refs/heads/gh-pages: 2cc964c1ecc5d653c449b81ee9e924182b221d18
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" -a "${TRAVIS_BRANCH}" == "master" -
1111 mvn deploy -DskipTests=true -Dgpg.skip=true --settings target/travis/settings.xml
1212
1313 # Deploy site if not a SNAPSHOT
14- SITE_VERSION=$( mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -Ev ' (^\[|Download \w+:)' )
14+ SITE_VERSION=$( mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -Ev ' (^\[|\w+:)' )
1515 if [ " ${SITE_VERSION##* -} " != " SNAPSHOT" ]; then
1616 mvn site-deploy -DskipTests=true --settings=target/travis/settings.xml
1717
You can’t perform that action at this time.
0 commit comments