Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated maven archtype.

...

Code Block
mvn archetype:create -DgroupId=tutorial \
                       be.realdolmen.struts2 -DartifactId=tutorial \
                 \      -DarchetypeGroupId=org.apache.struts \
                       \ -DarchetypeArtifactId=struts2-archetype-starter \
                 \      -DarchetypeVersion=2.0.911.2-SNAPSHOT \
                      \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository

...