You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/04/21 13:19:52 UTC

[maven-scm-publish-plugin] branch MSCMPUB-42 updated: Stream IT logs

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

rfscholte pushed a commit to branch MSCMPUB-42
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git


The following commit(s) were added to refs/heads/MSCMPUB-42 by this push:
     new 13d80d6  Stream IT logs
13d80d6 is described below

commit 13d80d6c9243f765b6c5f6c252dbc2b11044ffc8
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Apr 21 15:19:43 2019 +0200

    Stream IT logs
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 8b5b11f..dd9490b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,6 +193,7 @@ under the License.
             <artifactId>maven-invoker-plugin</artifactId>
             <configuration>
               <addTestClassPath>true</addTestClassPath>
+              <streamLogs>true</streamLogs>
               <pomExcludes>
                 <pomExclude>00*/pom.xml</pomExclude>
               </pomExcludes>