Make sure RAT plugin ignores files in the target folder#815
Make sure RAT plugin ignores files in the target folder#815gnodet merged 1 commit intoapache:maven-3.9.xfrom
Conversation
|
better but not enough... if you do |
Well, you can't make this right. I basically do |
| <exclude>src/main/appended-resources/licenses/EPL-1.0.txt</exclude> | ||
| <exclude>src/main/appended-resources/licenses/unrecognized-aopalliance-1.0.txt</exclude> | ||
| <exclude>src/main/appended-resources/licenses/unrecognized-javax.annotation-api-1.3.2.txt</exclude> | ||
| <!-- exclude all files in the target folder --> |
So RAT scanns ALL files from project basedir? How it avoid scanning files multiple times, like when project modules are nested? Are they being over and over re-scanned as build progresses (and RAT plugin is inherited from top level module)? |
For this we need to check the source code of this plugin. |
* Make sure RAT plugin ignores files in the target folder * Fix gitignore so that it can work with rat, do not inherit execution in children, use a single place to configure rat * Exclude .asf.yaml from rat check * Add repo/ to the .gitignore file as it's often used for local repository
449d0cb to
5c6327e
Compare
No description provided.