We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19059cf commit a071746Copy full SHA for a071746
native-maven-plugin/src/testFixtures/groovy/org/graalvm/buildtools/maven/IsolatedMavenExecutor.groovy
@@ -109,7 +109,7 @@ class IsolatedMavenExecutor {
109
// adhoc filtering of Maven's download progress which is only
110
// possible to silence since 3.6.5+
111
return input.replaceAll("[0-9]+/[0-9]+ [KMG]?B\\s+", "")
112
- .replaceAll("^Download(ing|ed)( from)? : .+\$", "")
+ .replaceAll("^Download(ing|ed)( from)? (seed|common): .+\$", "")
113
.replaceAll("^Progress \\([0-9]+\\).+\$", "")
114
.trim()
115
}
0 commit comments