[ http://jira.codehaus.org/browse/MNG-965?page=comments#action_47092 ] 

Brett Porter commented on MNG-965:
----------------------------------

probably not an aggregate goal, but make the existing one always aggregate. The 
main thing to check is whether that will work in site:site at the root, which I 
don't believe it will at the moment.

> Provide new javadoc:aggregate goal to perform javadoc operation on project 
> and subprojects.
> -------------------------------------------------------------------------------------------
>
>          Key: MNG-965
>          URL: http://jira.codehaus.org/browse/MNG-965
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-javadoc-plugin
>     Reporter: John Allen
>     Priority: Minor

>
>
> Provide new javadoc:aggregate goal to perform javadoc operation on a project 
> and its subprojects, idea being that aggregate pulls together the classpath 
> and sourcepath for all the project and subprojects and then churns out normal 
> javadoc.
> i.e. projects:-
> /root/
> /root/a/src/...
> /root/a/b/src/...
> /root/a/b/c/src/...
> /root/a/d/src/...
> /root/a/e/src/...
> @ /root/a-> m2 javadoc:aggregate
> generates javadoc in /root/a/target/javadoc for src contained within projects 
> a, b, c, d, and e.
> Note, javadoc does not currently provide support for this kind of aggregation 
> and so people have traditionally written their own specialised tasks/scripts 
> (in ant land say) to handle it. sun do refer to the idea of an incremental 
> build in their FAQ which they say they are considering for the future (fat 
> chance) (http://java.sun.com/j2se/javadoc/faq/#incrementalbuild) but that is 
> about generating aggregate docs from already existing javadocs. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to