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

andyhot

2 thoughts on “Tapestry-4.1.6 maven archetype

  1. No reason to use the snapshot version, or define repository. 4.1.6 was released, so just do

    mvn archetype:create -DarchetypeGroupId=org.apache.tapestry \
    
    -DarchetypeArtifactId=tapestry-archetype \
    -DarchetypeVersion=4.1.6 -DgroupId=org.example -DartifactId=myapp
  2. 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] ————————————————————————

Comments are closed.

Read previous post:
15 Years ago – a sprite editor in assembly

15 Years ago - a sprite editor in assembly Looks like X86 Turns 30 Years Old. So, here's a screenshot...

Close