WIP: Try to use RAT 0.18 - help needed with Maven project structure#12402
WIP: Try to use RAT 0.18 - help needed with Maven project structure#12402ottlinger wants to merge 3 commits into
Conversation
|
The other day was tinkering with same problem, and we have issues as well: Idea is that Maven POM should really not contain RAT config, merely a plugin definition with one liner config, that points to some sort of RAT config file, presumably in repository root. This way, that file would end up in source bundle as well, and could be picked up by tools like ATR is, as currently we have divergence between config used in build by Maven, ATR reports unrelated errors, etc. |
|
RAT plugin as I found, top to bottom: |
Trying to add configuration for RAT 0.18, but the basic scan does not pass and reports many thousand new unlicensed files .... as I'm not sure about the Maven project layout I don't know where RAT is configured for the whole project.
Can you help out? @slachiewicz @slawekjaranowski