aboutsummaryrefslogtreecommitdiffstats
path: root/travis
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-08-31 16:59:45 +0200
committergjoranv <gv@oath.com>2018-08-31 17:00:22 +0200
commit78e94b900970f78a3dfe32410786f320b1205e2b (patch)
tree594a0f9e14c7e7ca4d431e6a6346465905018749 /travis
parent314e1e869495aff453acd257de353008344ca62a (diff)
Print maven (and java) version.
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/travis-build-full.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/travis-build-full.sh b/travis/travis-build-full.sh
index 53e174b534b..6c11502c355 100755
--- a/travis/travis-build-full.sh
+++ b/travis/travis-build-full.sh
@@ -14,7 +14,7 @@ ccache --print-config
cd ${SOURCE_DIR}
sh ./bootstrap.sh java
-mvn install --no-snapshot-updates --batch-mode --threads ${NUM_THREADS}
+mvn -V install --no-snapshot-updates --batch-mode --threads ${NUM_THREADS}
bash ${SOURCE_DIR}/bootstrap-cmake.sh ${SOURCE_DIR}
make -j ${NUM_THREADS}
ctest3 --output-on-failure -j ${NUM_THREADS}