Le 28/03/2018 à 22:39, Markus Koschany a écrit : > Ah, I see. Forgive my ignorance but wasn't --ignore-source-errors some > kind of internal developer hack which can be removed at anytime?
You are right, I'm just crossing my fingers that it will happen after Java 11 (so far our openjdk-11 package still support it). > I faintly remember that we reverted this change for Ant already because it > broke some reverse-dependencies. Oh well, you can tell me later. This is the ongoing discussion in #893547. The --ignore-source-errors option works only with the default doclet. Packages using a custom doclet fail to build with this option. In maven-javadoc-plugin/3.0.0-3 the --ignore-source-errors option is added only if no doclet is specified. I plan to do the same with Ant (and Gradle will probably need the same treatment).