Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A distribution can be downloaded from the Apache Struts website. The full distribution contains the struts2-core.jar file and ,related dependencies, example applications, a copy of the documentation in HTML format, and the complete source code.

...

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

...