On 7/26/06, Don Brown <[EMAIL PROTECTED]> wrote:

Hmm...the build works for me.  Perhaps you have a snapshot javadoc plugin
somewhere that is causing the problem?

Don, 'mvn site' works for you?

I get the same thing as Ted.  It's coming from the aggregate=true
configuration for maven-javadoc-plugin.  See:
http://jira.codehaus.org/browse/MJAVADOC-72

If you just want the 'top' of the site, use 'mvn site -N' (non-recursive).

Or remove the <aggregate>true</aggregate> configuration, and it will
build the javadoc one level down in the core and api modules.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to