Skip to content

Commit

Permalink
Merge pull request #185 from sourcegraph/nsc/maven-silent
Browse files Browse the repository at this point in the history
add --no-transfer-progress flag to maven invocation
  • Loading branch information
olafurpg authored Apr 26, 2021
2 parents 11ec290 + 8664c5e commit 92b2ba8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class MavenBuildTool(index: IndexCommand) extends BuildTool("Maven", index) {
// issue for this repo.
s"-Dmaven.compiler.compilerId=javac",
s"-Dmaven.compiler.executable=$executable",
s"-Dmaven.compiler.fork=true"
s"-Dmaven.compiler.fork=true",
s"--no-transfer-progress"
)
buildCommand ++=
index.finalBuildCommand(
Expand Down

0 comments on commit 92b2ba8

Please sign in to comment.