-
exclude build.log from Apache Rat check · 0b132342Aaron Niskode-Dossett authored
Capturing maven output in a standard way fails because apache-rat detects the log file and fails the build because it does not contain a license. This fix excludes build.log from the apache-rat check ``` mvn -X clean install > build.log ```
0b132342
×