public
Description: Simple Java5 archetype with defaults I like
Homepage:
Clone URL: git://github.com/raykrueger/simple-archetype.git
name age message
file .gitignore Loading commit data...
file README.rdoc
file pom.xml
directory src/
README.rdoc

To install this Maven2 Archetype

  git clone git://github.com/raykrueger/simple-archetype.git
  cd simple-archetype
  mvn install

Create projects using the archetype plugin

The archetypeCatalog argument is optional

  mvn archetype:generate -DarchetypeCatalog=local

  Choose archetype:
  1: local -> simple-java5-archetype (simple-java5-archetype)
  Choose a number:  (1):