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:46 UTC

[maven-surefire] branch rat-plugin created (now bdfbd8c)

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

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


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

This branch includes the following new commits:

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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ti...@apache.org.
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