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-validator.git
The following commit(s) were added to refs/heads/master by this push: new 6e76f17 --batch-mode to reduce output 6e76f17 is described below commit 6e76f17520a18ef75a45fcda5acbd48a3a5a0414 Author: Sebb <s...@apache.org> AuthorDate: Sat Jun 20 01:43:45 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 251c8b1..871deeb 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