资 源 简 介
This project is now being maintained. Version 0.2 now available.
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.
The list of archetypes comes from two sources:
An internal XML file that describes the archetype information
An external Maven wiki page that lists available archetypes
Example
```
mrdon@friend:~/dev$ java -jar archy.jar
Archy
-------
Enter the archetype id [struts2-archetype-starter], or type "list": list
struts2-archetype-starter - A starter Struts 2 application with Sitemesh, DWR, and Spring
maven-archetype-quickstart -
appfuse-basic-jsf - AppFuse archetype for creating a web application with Hibernate, Spring and JSF
appfuse-basic