Versions Compared

Key

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

...

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

(Alternatively, if you want to get an archetype for a not-yet-released version of Tapestry – most users don't – you can use the staging URI, https://repository.apache.org/content/repositories/staging ).

...

Maven will prompt you for the archetype to create ("Tapestry 5 Quickstart Project") and the exact version number (e.g., "5.4.1"). It also asks you for a group id, an artifact id, and a version number.

...

.

...

You can see this in the following transcript:

...