exclude build.log from Apache Rat check
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
```
Showing
Please
register
or
sign in
to comment