summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}