On Fri, Jun 27, 2008 at 10:47 AM, Bernard Niset <[EMAIL PROTECTED]> wrote: > Hi Martijn, > Thanks for the release. > I don't find how to build the javadoc. Apparently, mvn package doesn't do > that anymore.
Not by default: it took too long and too much processing for the default build. We have enabled it for the release profile. mvn -Prelease package will build the javadoc. > BTW, it's a pity you don't provide the javadoc by default in the > distribution. I beg to differ: adding JavaDoc will increase the download size considerably for little benefit. If you just use maven to manage your project, you can attach the source/javadoc jars easily to your project (mvn eclipse:eclipse -DdownloadSources=true) Martijn -- Become a Wicket expert, learn from the best: http://wicketinaction.com Apache Wicket 1.3.4 is released Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.4 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
