We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9816e commit 2199516Copy full SHA for 2199516
script/closure_deps_graph.sh
@@ -21,7 +21,7 @@ fi
21
22
CP_FILE=`mktemp /tmp/cljs_cp.txt.XXXXXXXXXXX`
23
24
-mvn -f ../../pom.template.xml dependency:build-classpath -Dmdep.outputFile=$CP_FILE -Dmdep.fileSeparator=$FILE_SEP -Dmdep.pathSeparator=$PATH_SEP $CLJS_SCRIPT_MVN_OPTS
+mvn -ntp -B -f ../../pom.template.xml dependency:build-classpath -Dmdep.outputFile=$CP_FILE -Dmdep.fileSeparator=$FILE_SEP -Dmdep.pathSeparator=$PATH_SEP $CLJS_SCRIPT_MVN_OPTS
25
26
CLJS_CP=`cat $CP_FILE`
27
0 commit comments