Author: andyhot
Date: Wed Jul 2 14:50:19 2008
New Revision: 673516
URL: http://svn.apache.org/viewvc?rev=673516&view=rev
Log:
TAPESTRY-2499: Add docs for -U flag and defining remote repo
Modified:
tapestry/tapestry4/trunk/tapestry-archetype/src/site/apt/index.apt
Modified: tapestry/tapestry4/trunk/tapestry-archetype/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-archetype/src/site/apt/index.apt?rev=673516&r1=673515&r2=673516&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-archetype/src/site/apt/index.apt
(original)
+++ tapestry/tapestry4/trunk/tapestry-archetype/src/site/apt/index.apt Wed Jul
2 14:50:19 2008
@@ -7,7 +7,7 @@
An
{{{http://maven.apache.org/plugins/maven-archetype-plugin/index.html}archetype}}
is a Maven 2 form of a project template. You can create an empty shell of your
project quickly.
What you should know: the latest and greatest Tapestry 5 is just around the
corner. There's an excellent archetype for getting up and running with it
- {{{http://tapestry.apache.org/tapestry5/tapestry-simple/}here}}. This
archetype is inspired by that one.
+ {{{http://tapestry.apache.org/tapestry5/quickstart/}here}}. This archetype
is inspired by that one.
This archetype creates a very simple application using Tapestry 4.1 (the
Dojo-enabled Tapestry versions.)
@@ -24,6 +24,12 @@
and the artifact id.
<Again, the first time you do this, you'll see a large number of download
messages.>
+
+ Also, if you're trying to use a SNAPSHOT version of the archetype, add
+
<<-DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository/>>
to the
+ command line arguments... and finally, if you keep getting <no archetype
found> messages
+ from maven, add the <<-U>> flag to force maven to check for updates on
releases and snapshots
+ on remote repositories.
This should yeild a project in the directory in which you invoked the
command that has all the fixings for experimenting with Tapestry.