Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/closure_compiler/roll_closure_compiler

Issue 2133733003: Specify the exact project to build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/closure_compiler/roll_closure_compiler
diff --git a/third_party/closure_compiler/roll_closure_compiler b/third_party/closure_compiler/roll_closure_compiler
index 2f31c405990f94aaa74d125bc0a0e0d6a1b63436..2dbe72d9a1b51d9552a74365b08752fb250dcaf8 100755
--- a/third_party/closure_compiler/roll_closure_compiler
+++ b/third_party/closure_compiler/roll_closure_compiler
@@ -47,8 +47,7 @@ EOT
fi
echo "Building Closure Compiler"
-# TODO(dbeam): can we do less here? As in: build a more specific target.
-mvn install -DskipTests=true
+mvn install -DskipTests=true --projects com.google.javascript:closure-compiler
if [[ "$?" -ne 0 ]]; then
echo "Failed to build jar, copying nothing" >&2
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698