资 源 简 介
A full Java EE5 archetype implementing the stripes web framwork providing a quick template to work and expand on.
Instruction to use the archetype:
Download the jar file.
Run the following command to install into your local repository:
mvn install:install-file -Dfile=Stripes-EE5-Archetype-1.0.jar -DgroupId=com.brokenbeans.maven -DartifactId=Stripes-EE5-Archetype -Dversion=1.0 -Dpackaging=jar
Run the following command to use archetype and generate new project:
mvn archetype:create -DarchetypeGroupId=com.brokenbeans.maven -DarchetypeArtifactId=Stripes-EE5-Archetype -DarchetypeVersion=1.0 -DgroupId=my.group -DartifactId=StripesTest
Just replace the groupId and artifactId with your own.