java: Run maven effective-pom in batch mode to avoid console colors in xml output (issue #705)
This commit is contained in:
@@ -129,7 +129,7 @@ namespace utility
|
|||||||
utility::setJavaHomeVariableIfNotExists();
|
utility::setJavaHomeVariableIfNotExists();
|
||||||
|
|
||||||
std::shared_ptr<TextAccess> outputAccess = TextAccess::createFromString(utility::executeProcessUntilNoOutput(
|
std::shared_ptr<TextAccess> outputAccess = TextAccess::createFromString(utility::executeProcessUntilNoOutput(
|
||||||
"\"" + mavenPath.str() + "\" help:effective-pom",
|
"\"" + mavenPath.str() + "\" help:effective-pom -B",
|
||||||
projectDirectoryPath,
|
projectDirectoryPath,
|
||||||
60000
|
60000
|
||||||
));
|
));
|
||||||
|
|||||||
Reference in New Issue
Block a user