Hi guys, Java 8 is pretty picky when it comes to Javadoc. In order to cut the latest release, I had to add this line in the main pom.xml :
<additionalparam>-Xdoclint:none</additionalparam>
At this point, I think that we should benefit from the strictness of Java 8 and
get the Javadoc fixed for the next release. That would have the side benefit of
also make our doco better...
It mightbe a good idea for the other projects and versions to do the same
(tedious) work.
thoughts ?
