Skip to content

Commit 92b2ba8

Browse files
authored
Merge pull request #185 from sourcegraph/nsc/maven-silent
add --no-transfer-progress flag to maven invocation
2 parents 11ec290 + 8664c5e commit 92b2ba8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsif-java/src/main/scala/com/sourcegraph/lsif_java/buildtools/MavenBuildTool.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class MavenBuildTool(index: IndexCommand) extends BuildTool("Maven", index) {
4040
// issue for this repo.
4141
s"-Dmaven.compiler.compilerId=javac",
4242
s"-Dmaven.compiler.executable=$executable",
43-
s"-Dmaven.compiler.fork=true"
43+
s"-Dmaven.compiler.fork=true",
44+
s"--no-transfer-progress"
4445
)
4546
buildCommand ++=
4647
index.finalBuildCommand(

0 commit comments

Comments
 (0)