Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 2.13.0
-
None
Description
The jena-text module creates a temporary testing DB/ directory but does this under its module directory and not inside the target/ directory.
This means that on subsequent runs it can cause the RAT checks to fail because while RAT ignores the contents of the target/ directory it will look in a top level DB/ directory. There it will find some files it doesn't expect resulting in a RAT check failure and a failed build.
Note that there is a related pull request (https://github.com/apache/jena/pull/9) which adds DB/ to the exclusion list but really the directory should be placed in target/ regardless