[ http://jira.codehaus.org/browse/MJAVADOC-33?page=all ]
Maria Odea Ching moved MNG-965 to MJAVADOC-33:
----------------------------------------------
Component: (was: maven-javadoc-plugin)
Workflow: jira (was: Maven)
Key: MJAVADOC-33 (was: MNG-965)
Project: Maven 2.x Javadoc Plugin (was: Maven 2)
> Provide new javadoc:aggregate goal to perform javadoc operation on project
> and subprojects.
> -------------------------------------------------------------------------------------------
>
> Key: MJAVADOC-33
> URL: http://jira.codehaus.org/browse/MJAVADOC-33
> Project: Maven 2.x Javadoc Plugin
> Type: Improvement
> 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]