java: Run maven effective-pom in batch mode to avoid console colors in xml output (issue #705)

This commit is contained in:
Eberhard Graether
2019-07-28 14:02:26 +02:00
parent cd144a979f
commit 6b54d5f07b
+1 -1
View File
@@ -129,7 +129,7 @@ namespace utility
utility::setJavaHomeVariableIfNotExists();
std::shared_ptr<TextAccess> outputAccess = TextAccess::createFromString(utility::executeProcessUntilNoOutput(
"\"" + mavenPath.str() + "\" help:effective-pom",
"\"" + mavenPath.str() + "\" help:effective-pom -B",
projectDirectoryPath,
60000
));