+1. Thanks, Deron. This is great. --
Mike Dusenberry GitHub: github.com/dusenberrymw LinkedIn: linkedin.com/in/mikedusenberry Sent from my iPhone. > On Nov 18, 2016, at 10:26 AM, fschue...@posteo.de wrote: > > Great! Thanks Deron! > > Please everyone also don't just make your javadoc pass the build but give it > some actual "doc" :) > > Felix > > Am 18.11.2016 17:53 schrieb Deron Eriksson: >> Hi, >> I have enabled javadoc doclint checking. Previously the default Java 8 >> doclint checking was turned off by a profile because of javadoc errors in >> the project. Since these errors have been fixed, we can now turn on the >> default Java 8 doclint behavior. Javadoc errors will cause the build to >> fail, so please review your javadocs before committing. >> FYI, doclint checking can still be easily turned off using >> the ignore-doclint profile: >> mvn clean package -P distribution,ignore-doclint >> Deron