Hi Team, I noted that in the documentation, the command for creating a quickstart application is as below:
mvn -DarchetypeVersion=5.2.5 -Darchetype.interactive=false -DgroupId=com.example -DarchetypeArtifactId=quickstart -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry -Dpackage=com.example.newapp -DartifactId=newapp --batch-mode -DarchetypeRepository=http://tapestry.apache.org archetype:generate There used to be a shorter and interactive version of this command. I would like to suggest that for the quickstart guide, that the shorter interactive command be used. Why experienced maven users may understand what is happening, the rest will just have to be copy pasting the command. This is just my 0.0000000002cents. Regars. Josh.