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 3a5d638 commit 8c4fd41Copy full SHA for 8c4fd41
utilities/after_success.sh
@@ -11,7 +11,7 @@ if [ "${TRAVIS_JDK_VERSION}" == "oraclejdk7" -a "${TRAVIS_BRANCH}" == "master" -
11
mvn deploy -DskipTests=true -Dgpg.skip=true --settings target/travis/settings.xml
12
13
# 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+:)')
+ SITE_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -Ev '(^\[|\w+:)')
15
if [ "${SITE_VERSION##*-}" != "SNAPSHOT" ]; then
16
mvn site-deploy -DskipTests=true --settings=target/travis/settings.xml
17
0 commit comments