update tutorial quickstart to use mvn archetype:generate command
----------------------------------------------------------------

                 Key: TAP5-794
                 URL: https://issues.apache.org/jira/browse/TAP5-794
             Project: Tapestry 5
          Issue Type: Bug
          Components: documentation
            Reporter: thomas w knych


The tutorial off of the Tapestry 5 site should use the following mvn command to 
generate the tutorial project:

mvn archetype:generate 
-DarchetypeCatalog=http://tapestry.formos.com/maven-repository

Currently it is using:

mvn archetype:create
  -DarchetypeGroupId=org.apache.tapestry
  -DarchetypeArtifactId=quickstart
  -DgroupId=org.apache.tapestry
  -DartifactId=tutorial1
  -DpackageName=org.apache.tapestry5.tutorial

Which generates a very confusing error message.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to