raykrueger / simple-archetype
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
commit 779b532589bdbaf57768d165ab4e2a8b97986453
tree 7a523b6c9b102d542723ae7c2cfdfe8f0ab21813
parent b8a6c2788e9e34f201597c366811adc00cc45002
tree 7a523b6c9b102d542723ae7c2cfdfe8f0ab21813
parent b8a6c2788e9e34f201597c366811adc00cc45002
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.rdoc | ||
| |
pom.xml | ||
| |
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):

