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

sjaranowski pushed a commit to branch MPOM-384
in repository https://gitbox.apache.org/repos/asf/maven-parent.git

commit 2973ed94652ba75ed7f514313ffedfb7a965862d
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun Dec 11 17:14:48 2022 +0100

    [MPOM-384] Allow to override streamLogsOnFailures parameter for m-invoker-p
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7bd451f..e579edb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -940,6 +940,7 @@ under the License.
     <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
     <!-- to be overridden -->
     <maven.site.path>../..</maven.site.path>
+    <invoker.streamLogsOnFailures>true</invoker.streamLogsOnFailures>
     <sisuVersion>0.3.5</sisuVersion>
     <fluidoSkinVersion>1.11.1</fluidoSkinVersion>
     <!-- for surefire, failsafe and surefire-report -->
@@ -1127,7 +1128,7 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-invoker-plugin</artifactId>
           <configuration>
-            <streamLogsOnFailures>true</streamLogsOnFailures>
+            
<streamLogsOnFailures>${invoker.streamLogsOnFailures}</streamLogsOnFailures>
             <environmentVariables>
               <JENKINS_MAVEN_AGENT_DISABLED>true</JENKINS_MAVEN_AGENT_DISABLED>
             </environmentVariables>

Reply via email to