Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
When RAT checks are being run by the Maven release plugin as a part of the forked "mvn clean verify" lifecycle within release:prepare, an extra "release.properties" file is included in the project root.
This file currently causes the RAT check to fail unless it has been explicitly excluded from the check. This is annoying as you typically only detect the missing exclude rule when you're already preparing a release.
It would be nice if RAT could automatically detect and ignore this release.properties file.