Skip to content

Commit a071746

Browse files
committed
Reduce verbosity of maven logs
1 parent 19059cf commit a071746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native-maven-plugin/src/testFixtures/groovy/org/graalvm/buildtools/maven/IsolatedMavenExecutor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class IsolatedMavenExecutor {
109109
// adhoc filtering of Maven's download progress which is only
110110
// possible to silence since 3.6.5+
111111
return input.replaceAll("[0-9]+/[0-9]+ [KMG]?B\\s+", "")
112-
.replaceAll("^Download(ing|ed)( from)? : .+\$", "")
112+
.replaceAll("^Download(ing|ed)( from)? (seed|common): .+\$", "")
113113
.replaceAll("^Progress \\([0-9]+\\).+\$", "")
114114
.trim()
115115
}

0 commit comments

Comments
 (0)