https://issues.apache.org/jira/browse/WICKET-5705
I use -Pfast profile locally and that's why I haven't noticed this problem until now. Thanks! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sat, Sep 20, 2014 at 7:49 PM, Garret Wilson <[email protected]> wrote: > Everyone, > > (Yes, after months I'm still trying to get Wicket to build properly.) > > I just tried to do a "mvn clean install" from the command line. I ran into > the Java 8 Javacoc problems. Basically in Java 8 Javadoc will die if there > are Javadoc errors. And there are many errors. > > Yes, I completely agree that it was stupid for Java 8 to add this > backwards-incompatible feature. Yes, I ran into it in my own project. Yes, > I know how to change the classpath so that I can build with Java 8. But I'm > reporting it here in case (in hopes) someone will want to update the POMs > so that they will build with Java 7 or Java 8. > > It's a bit intricate, requiring Maven profiles and the like, but here are > the gory details: > > http://stackoverflow.com/questions/15886209/maven-is- > not-working-in-java-8-when-javadoc-tags-are-incomplete > http://stackoverflow.com/a/22296107/421049 > > Garret >
