lttng: Add Lttng Execution Graph analysis benchmarks
[deliverable/tracecompass.git] / releng / check_mvn_plugin_versions.sh
index 88eee47739adb7a1052635b888274dc818d48ed4..fb4d75173a83296c960c7805b293036f38f14eb8 100755 (executable)
@@ -14,7 +14,7 @@
 
 # Point ourselves to the script's directory (so it can be run "out-of-tree")
 DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
-output=`mvn versions:display-plugin-updates -f $DIR/../pom.xml`
+output=`mvn versions:display-plugin-updates -U -f $DIR/../pom.xml`
 
 #filter only updates and show unique
 summary=`echo "${output}" | grep "\\->" | sort | uniq`
This page took 0.024283 seconds and 5 git commands to generate.