Marshall Schor wrote:
RAT will fail the build with a strange error message ( "Too many unapproved licenses: <nnn>") if it finds a file with missing license headers. The <nnn> represents the number of problem files that need fixing or excluding. The RAT report lists all these in target/rat.txt of the distr project.
Updated my workspace to get your changes and now mvn install in the uimaj-distr project fails with this error message, in my case <nnn> is 19. How can I see which files are causing the problem ? Jörn