I'm on holidays without laptop but from memory there is a list of exclusions when we call the rat gradle plugin. But in this case we should possibly try to configure testng so that test-output appears under target. Then an existing exclusion should work.
On 3 Jul. 2017 5:15 am, "Yazad Khambata" <[email protected]> wrote: > Hi, > > When I run the build on a branch of my fork, the build fails RAT > errors. It indicates there are 24 files that have an unapproved > license. Turns out these are all files in the test-output directory > (per the HTML generated report). > > Unapproved Licenses: > /<<MY BASE LOCATION>>/groovy/subprojects/groovy-testng/test-output/Command > line suite/Command line test.html > /<<MY BASE LOCATION>>/groovy/subprojects/groovy-testng/test-output/Command > line suite/Command line test.xml > /<<MY BASE LOCATION>>/groovy/subprojects/groovy-testng/test-output/Command > line suite/testng-failed.xml > ... > ... > ... > > How does one exclude them from build? > > Regards, > Yazad Khambata >
