Skip to content

Commit

Permalink
Closure Compiler: When building the compiler jar with Maven, specify …
Browse files Browse the repository at this point in the history
…the exact project to build

BUG=

Review-Url: https://codereview.chromium.org/2133733003
Cr-Commit-Position: refs/heads/master@{#404521}
  • Loading branch information
tbreisacher authored and Commit bot committed Jul 8, 2016
1 parent 4c97152 commit 13f9b10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions third_party/closure_compiler/roll_closure_compiler
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13f9b10

Please sign in to comment.