Tim, Very interested and willing to help :) I currently just have a page transformed by my own XSL before going to xdoc, and more than happy to contribute and evolve to whatever can be built into core maven.
Cheers, Brett -----Original Message----- From: Tim Anderson [mailto:[EMAIL PROTECTED] Sent: Wednesday, 9 July 2003 2:07 PM To: Maven Developers List Subject: Any interest in a roadmap plugin? 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
