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]

Reply via email to