Thanks Bob. Thats the one i was looking for. I couldnt find it in the Hungman example.
On Thu, May 5, 2011 at 1:25 PM, Bob Harner <bobhar...@gmail.com> wrote: > There is indeed this shorter version: > > mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org > > as listed in the tutorial at > http://tapestry.apache.org/creating-the-skeleton-application.html. > Maybe we can add a note on the > http://tapestry.apache.org/getting-started.html page about that > alternative. I think it's kind of a toss up which way is better for > beginners. > > On Thu, May 5, 2011 at 1:47 AM, Josh Kamau <joshnet2...@gmail.com> wrote: > > 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. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >