Yanis Kekatos wrote:
HI all, I am trying to run the Struts Maven Archetype following the instructions of the page http://struts.apache.org/2.1.2/docs/ready-set-go.html but I get the following error. Any help on this?
The starter archetype for 2.0.11.2 is here: http://people.apache.org/builds/struts/struts-archetypes/2.0.11.2/starter-m2-staging-repository awaiting formal release to the maven repository. Something like this should work: $mvn archetype:create -DgroupId=be.realdolmen.struts2 -DartifactId=tutorial \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-starter \ -DarchetypeVersion=2.0.11.2 \-DremoteRepositories=http://people.apache.org/builds/struts/struts-archetypes/2.0.11.2/starter-m2-staging-repository There's no 2.1.x archetype available except those that Lucasz has released himself. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]