| The build is excessively verbose:
- the javadoc goal is too verbose: we could only log the warning and errors
- the assembly goal logs a lot of "Entry XXX longer than 100 characters"
It might look like not very high on the todo list but it's related to Travis. The pretty log output is limited to a certain number of lines so we might as well remove the useless lines. |