This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 88bdfbc3ff Enable streamLogsOnFailures
88bdfbc3ff is described below
commit 88bdfbc3ff0daacf17accca0d77be5c163c366a0
Author: Andreas Veithen <[email protected]>
AuthorDate: Sat Oct 28 12:23:36 2023 +0000
Enable streamLogsOnFailures
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 6fc6c2902e..63bc2f6a65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1224,6 +1224,7 @@
<!-- Enable the JaCoCo agent. -->
<mavenOpts>${argLine}</mavenOpts>
<skipInvocation>${skipTests}</skipInvocation>
+ <streamLogsOnFailures>true</streamLogsOnFailures>
</configuration>
</plugin>
<plugin>