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 11:35:50 UTC

[maven-jlink-plugin] 01/01: (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-jlink-plugin.git

commit 08d4a74f3d833ba3e25fa40118d1e0c646f4962c
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 13:35:20 2021 +0200

    (doc) enable streamLogsOnFailure
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 586260d..b6c7182 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,6 +302,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+			<version>3.2.2</version>
             <configuration>
               <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
               <environmentVariables>
@@ -329,6 +330,7 @@
               <filterProperties>
                 <mrm.repository.url>${mrm.repository.url}</mrm.repository.url>
               </filterProperties>
+			  <streamLogsOnFailures>true</streamLogsOnFailures>
               <goals>
                 <goal>clean</goal>
                 <goal>package</goal>