You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/06/20 00:43:30 UTC

[commons-net] branch master updated: --batch-mode to reduce output

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f9526e  --batch-mode to reduce output
1f9526e is described below

commit 1f9526ec7529075dd898813958f82d307e47b206
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jun 20 01:43:18 2020 +0100

    --batch-mode to reduce output
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 51759c6..a36a374 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,5 +33,5 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn apache-rat:check package test --file pom.xml
-#      run: mvn apache-rat:check javadoc:javadoc -Ddoclint=all package test --file pom.xml
+      run: mvn --batch-mode apache-rat:check package test --file pom.xml
+#      run: mvn --batch-mode apache-rat:check javadoc:javadoc -Ddoclint=all package test --file pom.xml