You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Rodrigo Vega (JIRA)" <ji...@codehaus.org> on 2008/11/28 13:14:19 UTC

[jira] Commented: (MAVEN-556) Roadmap doc plugin

    [ http://jira.codehaus.org/browse/MAVEN-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=155731#action_155731 ] 

Rodrigo Vega commented on MAVEN-556:
------------------------------------

Sorry to comment in a very old thread, but i'm looking for a plugin to do exactly this. There is some one? I take a look to changes plugin but it doesn't have anymore the roadmap functionality in M2.

Can somebody point me to the right place?

> Roadmap doc plugin
> ------------------
>
>                 Key: MAVEN-556
>                 URL: http://jira.codehaus.org/browse/MAVEN-556
>             Project: Maven 1
>          Issue Type: New Feature
>          Components: documentation
>            Reporter: dion gillard
>            Priority: Trivial
>         Attachments: changes-project.xml.patch, changes.zip, plugin.jelly.patch, roadmap.zip
>
>
> Hi,
>    would anyone be interested in a plugin which 
> generates a project roadmap?
> This would be a simple report, linked from the 
> Project Documentation nav menu, and have sections
> including:
> . release version
> . estimated release date
> . line items including:
>   . functionality type (addition, change etc)
>   . description
>   . assigned developer
> I would expect it to be very similar to the changes
> plugin, and be generated by the inclusion of a roadmap.xml
> file in the xdocs directory, e.g:
> <document>
>   <body>
>     <release version="0.6" date="10-10-2003">
>       <action dev="tima" type="update">
>         Refactor administration UI.
>       </action>
>       ...
>     </release>
>     <release version="0.7" date="Q1 2004">
>         ....
>     </release>
>     <future>
>       <action dev="unassigned" type="add">
>         Add clustering support, based on javagroups.
>       </action>
>     </future>
>   </body>
> </document>
> Thoughts?
> -Tim

-- 
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