Yep:

[EMAIL PROTECTED] struts2]$ mvn site
[INFO] Scanning for projects...
[INFO] snapshot org.apache.struts:struts-master:3-SNAPSHOT: checking for updates from snapshots-maven-codehaus [INFO] snapshot org.apache.struts:struts-master:3-SNAPSHOT: checking for updates from apache [INFO] snapshot org.apache.struts:struts-master:3-SNAPSHOT: checking for updates from apache.snapshots [INFO] snapshot org.apache.struts:struts-master:3-SNAPSHOT: checking for updates from opensymphony
[INFO] Reactor build order:
[INFO]   Struts 2
[INFO]   Struts 2 - Core
[INFO]   Struts 2 API

 ...

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] Struts 2 .............................................. SUCCESS [13.577s]
[INFO] Struts 2 - Core ....................................... SUCCESS 
[1:38.271s]
[INFO] Struts 2 API .......................................... SUCCESS [8.609s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 2 seconds
[INFO] Finished at: Wed Jul 26 09:46:40 PDT 2006
[INFO] Final Memory: 19M/63M
[INFO] ------------------------------------------------------------------------

Don

Wendy Smoak wrote:
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.



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

Reply via email to