Author: hlship
Date: Sat Oct 13 12:47:13 2007
New Revision: 584446
URL: http://svn.apache.org/viewvc?rev=584446&view=rev
Log:
TAPESTRY-1825: Full Tapestry releases should have the artifacts deployed with
the updateReleaseInfo flag set
Modified:
tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt
Modified: tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt?rev=584446&r1=584445&r2=584446&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt Sat Oct 13
12:47:13 2007
@@ -18,7 +18,7 @@
mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart -DgroupId=<<org.example>>
-DartifactId=<<myapp>> -DpackageName=<<org.example.myapp>>
-Dversion=<<1.0.0-SNAPSHOT>>
- Maven will use the information from that massive command line to locate and
configure the archetpe, and produce the project:
+ Maven will use the information from that massive command line to locate and
configure the archetype, and produce the project:
+---+
$ mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart -DgroupId=org.example -DartifactId=myapp
-DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT