Changing maven logging level

This commit is contained in:
Marcin Grzejszczak
2015-12-28 17:40:03 +01:00
parent 1e13740bda
commit 13aa5be9b9

View File

@@ -31,9 +31,9 @@ script:
echo "Pull Request: ${TRAVIS_PULL_REQUEST}"
if [ "${TRAVIS_BRANCH}" = master ] && [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
echo "[Publishing] Pushing snapshot to Sonatype"
./mvnw -s .settings.xml deploy -P release -nsu --debug
./mvnw -s .settings.xml deploy -P release -nsu -X
else
echo "[Installing] Intalling snapshot to local maven repo"
./mvnw install -nsu --debug
./mvnw install -nsu -X
fi
- jdk_switcher use oraclejdk8 && sh -e scripts/runAcceptanceTests.sh