Skip to content

Commit 2199516

Browse files
committed
closure deps graph - turn off dependency download progress
1 parent 9d9816e commit 2199516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/closure_deps_graph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fi
2121

2222
CP_FILE=`mktemp /tmp/cljs_cp.txt.XXXXXXXXXXX`
2323

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
24+
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
2525

2626
CLJS_CP=`cat $CP_FILE`
2727

0 commit comments

Comments
 (0)