In a fit of frustration trying to find a list of Maven archetypes, I threw together a little command-line frontend to Maven's archetypes that makes using them easier.
Archy is a simple, command-line frontend to Maven 2's archetypes. It walks you through the process of creating a new project using these project templates. This tool was inspired by megg [1]. The list of archetypes comes from two sources: * An internal XML file that describes the archetype information * An external Maven wiki page [2] that lists available archetypes I hope someone else finds it useful, and for the love of pete, please help fill out the list of archetypes in the Maven wiki [2]. Thanks :) Archy home page: https://www.twdata.org/projects/archy Don [1] http://javanicus.com/megg/ [2] http://docs.codehaus.org/display/MAVENUSER/Archetypes+List --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
