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 2021/03/09 10:02:47 UTC

[maven-surefire] 01/01: Too many files with unapproved license: 1 See RAT report in: /home/travis/build/apache/maven-surefire/target/rat.txt

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

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

commit bdfbd8c6bf8e613235ca17f6248daa941e4cc337
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Mar 9 11:01:49 2021 +0100

    Too many files with unapproved license: 1 See RAT report in: /home/travis/build/apache/maven-surefire/target/rat.txt
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index d3c6b22..9753b51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,6 +33,9 @@ jobs:
     - stage: mvn build
       script: travis_wait 30 mvn clean install -e -B -V -nsu -P run-its -DskipITs -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 
+    - stage: RAT
+      script: sudo cat target/rat.txt
+
 branches:
   only:
   - master