Hi Robert I ran into an issue with RAT because I use GIT and when I used the Sling Tooling branch the IntelliJ project files (*.iml) did trip it off because regular Sling folders like (bundles, launchpad etc) remain in the file system even if the branch does not use them.
Adding an exclusion of **/*.iml did fix the issue. - Andy > On Nov 6, 2015, at 12:09 AM, Robert Munteanu <[email protected]> wrote: > > On Fri, 2015-11-06 at 02:26 +0000, Apache Jenkins Server wrote: >> [ERROR] Failed to execute goal org.apache.rat:apache-rat- >> plugin:0.11:check (default) on project >> org.apache.sling.installer.factory.subsystems-base: Too many files >> with unapproved license: 1 See RAT report in: <https://builds.apache. >> org/job/sling-trunk- >> 1.7/ws/trunk/installer/factories/subsystem_base/target/rat.txt> -> >> [Help 1] >> [ERROR] > > This seems to fail at due to the test1.subsystem-base file placed in > the source tree. However, locally it is correctly detected as a binary > file ( it's a Jar ). > > I'll add a rat plugin exclusion anyway. > > Robert
