You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/05/11 10:30:12 UTC

[maven-invoker] branch FIXBUILD_ISSUE created (now ca4ebfb)

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

khmarbaise pushed a change to branch FIXBUILD_ISSUE
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git.


      at ca4ebfb  Added output to check what really happens.

This branch includes the following new commits:

     new ca4ebfb  Added output to check what really happens.

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.


-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.

[maven-invoker] 01/01: Added output to check what really happens.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch FIXBUILD_ISSUE
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git

commit ca4ebfb33b1a0fdf18563625a7fa5292d1b0f2fe
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri May 11 12:29:57 2018 +0200

    Added output to check what really happens.
---
 src/test/java/org/apache/maven/shared/invoker/DefaultInvokerTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/test/java/org/apache/maven/shared/invoker/DefaultInvokerTest.java b/src/test/java/org/apache/maven/shared/invoker/DefaultInvokerTest.java
index ba51a16..2a539e5 100644
--- a/src/test/java/org/apache/maven/shared/invoker/DefaultInvokerTest.java
+++ b/src/test/java/org/apache/maven/shared/invoker/DefaultInvokerTest.java
@@ -100,6 +100,7 @@ public class DefaultInvokerTest
         request.setDebug( true );
         request.setGoals( Arrays.asList( "clean", "package" ) );
         request.setTimeoutInSeconds( 4 );
+        request.setOutputHandler( new SystemOutHandler() );
 
         if ( !System.getProperty( "java.version" ).startsWith( "1." ) )
         {

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.