Hi, mvn archetype:create -DgroupId=com.s2.anu -DartifactId=s2proj -DarchetypeGroupId=org.apache.struts-DarchetypeArtifactId=struts2-archetype-starter -DarchetypeVersion= 2.0.11 -DremoteRepositories= http://people.apache.org/builds/struts/m2-staging-repository
why dont you try this. i think this might work. Thanks, Nuwan (http://code.google.com/p/struts2-ssl-plugin/) On Jan 21, 2008 11:36 PM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Thai Dang Vu wrote: > > Hi, > > > > From > http://cwiki.apache.org/confluence/display/WW/Struts+Maven+Archetypes, it > says > > > > mvn archetype:create -DgroupId=tutorial \ > > -DartifactId=tutorial \ > > -DarchetypeGroupId=org.apache.struts \ > > -DarchetypeArtifactId=struts2-archetype-starter \ > > -DarchetypeVersion=2.0.5-SNAPSHOT \ > > -DremoteRepositories= > http://people.apache.org/repo/m2-snapshot-repository > > > > but I don't want to use a snapshot version and I also don't want to use > Struts2 2.0.5 version either (Struts2 2.0.11 is available). How should I > modify the above command? > > I don't believe there has been a non-snapshot release of any of the > Struts2 Maven archetypes. I would go ahead and use that version and just > update the dependencies in the generated pom.xml to bring the Struts > version up to what you want. > > L. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >