Code till you … drop
Tapestry-4.1.6 maven archetype
There’s an updated archetype for Tapestry-4.1.6-SNAPSHOT over at (the well known snapshot repo)
http://people.apache.org/repo/m2-snapshot-repository
All the hard work was done by Ulrich Stärk, so big thanks to him
For the record, here’s how to quickly generate a Tapestry project
mvn archetype:create -DarchetypeGroupId=org.apache.tapestry \ -DarchetypeArtifactId=tapestry-archetype \ -DarchetypeVersion=4.1.6-SNAPSHOT -DgroupId=org.example -DartifactId=myapp \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository
| Print article | This entry was posted by andyhot on 17/06/2008 at 15:38, and is filed under java. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |



about 3 years ago
No reason to use the snapshot version, or define repository. 4.1.6 was released, so just do
about 3 years ago
Do not work!
[INFO] ————————————————————————
[ERROR] BUILD ERROR
[INFO] ————————————————————————
[INFO] Error creating from archetype
Embedded error: org.apache.maven.archetype.downloader.DownloadNotFoundException:
Requested download does not exist.
Unable to download the artifact from any repository
[INFO] ————————————————————————
[INFO] For more information, run Maven with the -e switch
[INFO] ————————————————————————
[INFO] Total time: 48 seconds
[INFO] Finished at: Sun Aug 16 04:34:48 EEST 2009
[INFO] Final Memory: 8M/508M
[INFO] ————————————————————————