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:49 UTC

[maven-jlink-plugin] branch next created (now 08d4a74)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch next
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git.


      at 08d4a74  (doc) enable streamLogsOnFailure

This branch includes the following new commits:

     new 08d4a74  (doc) enable streamLogsOnFailure

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-jlink-plugin] 01/01: (doc) enable streamLogsOnFailure

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