The Answer to Life, the Universe, and Everything

Thursday, August 02, 2007

Struts2 by Maven for Eclipse


mvn archetype:create -DgroupId=tutorial \
-DartifactId=tutorial \
-DarchetypeGroupId=org.apache.struts \
-DarchetypeArtifactId=struts2-archetype-starter \
-DarchetypeVersion=2.0.1-SNAPSHOT \
-DremoteRepositories=http://people.apache.org/maven-snapshot-repository

cd tutorial
mvn -Dwtpversion=1.0 eclipse:eclipse

No comments: