Skip to content

Commit

Permalink
[hotfix][build system] Improve logging in maven setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger authored and zentol committed Feb 6, 2020
1 parent 3da0748 commit deeeee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/travis/setup_maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ if [ -d "${HOME}/.m2/repository/" ]; then
find ${HOME}/.m2/repository/ -name "*.jar" -exec sh -c 'if ! zip -T {} >/dev/null ; then echo "deleting invalid file: {}"; rm -f {} ; fi' \;
fi

echo "Installed Maven ${MAVEN_VERSION} to ${M2_HOME}"

0 comments on commit deeeee7

Please sign in to comment.