This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/next by this push:
new 97d9856 (doc) enable streamLogsOnFailure
97d9856 is described below
commit 97d98562e1e33fccfdfd5375e9e2d59b9eee9405
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon May 3 09:03:08 2021 +0200
(doc) enable streamLogsOnFailure
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 44f3eec..1d05326 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,6 +288,7 @@ under the License.
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<settingsFile>src/it/settings.xml</settingsFile>
<ignoreFailures>${maven.it.failure.ignore}</ignoreFailures>
+
<streamLogsOnFailures>true</streamLogsOnFailures>
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when
connecting with Central -->
<https.protocols>${https.protocols}</https.protocols>