On Thursday 12 July 2007 09:37, Benson Margulies wrote: > Is there a mvn recipe for building all the javadoc? Preferably as one > giant lump that Eclipse can associate with the one giant jar of code?
I think you can do a "mvn javadoc:javadoc -Daggregate=true" in the top level directory and it should generate to target/site/apidocs. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
