You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/03 07:03:31 UTC

[maven-compiler-plugin] branch next updated: (doc) enable streamLogsOnFailure

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 <sl...@apache.org>
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>