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/22 18:27:42 UTC

[maven-scm-publish-plugin] 02/03: 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

commit 844a788d793c29a5a057e3253e98cd386b402ec1
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 3b32ec6..13dbd49 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>