This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 95db76c [MPOM-276] streamLogsOnFailures for maven-invoker-plugin as
default
95db76c is described below
commit 95db76c8f59e036b8e620c06c55e2d92c55a33c3
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Nov 27 09:29:14 2021 +0100
[MPOM-276] streamLogsOnFailures for maven-invoker-plugin as default
It's helping to investigate failed tests on CI
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index b7bdf99..610d518 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1117,6 +1117,7 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
+ <streamLogsOnFailures>true</streamLogsOnFailures>
<environmentVariables>
<JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
</environmentVariables>