Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor formatting

...

Once you have Maven installed, execute the following command:

Code Block

mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org

. Maven will prompt you for the archetype to create ("Tapestry 5 Quickstart Project") and the exact version number ("5.3.3", at the time of writing). It also asks you for a group id, an artifact id, and a version number. You can see this in the following transcript:

...