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

[maven-surefire] 05/22: [github actions] minimized the wagon logs

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

tibordigana pushed a commit to branch milestones-roadmap
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 643267001296ee8059efc9a1da01ada541553b2d
Author: tibordigana <ti...@apache.org>
AuthorDate: Mon Nov 4 01:08:55 2019 +0100

    [github actions] minimized the wagon logs
---
 .github/workflows/maven.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 59f312b..78f959a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -13,5 +13,7 @@ jobs:
       uses: actions/setup-java@v1
       with:
         java-version: 1.8
+      env:
+        MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
     - name: Build with Maven
-      run: mvn install -P run-its
+      run: mvn install -e -B -V -nsu -P run-its