Tapestry 4.1.6 Quickstart

12 Nov
2008

Today I was trying to create a Tapestry 4.1 application using the Maven archetype. But unfortunately the archetype was not found on the repository. After searching for sometime I’ve managed to find a working repository  -DremoteRepositories=http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tapestry/tapestry-archetype/

Here is the complete command:

mvn -U archetype:generate -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=tapestry-archetype -DgroupId=org.kodejava -DartifactId=tapestryapp -DpackageName=org.kodejava -Dversion=1.0.0-SNAPSHOT -DarchetypeVersion=4.1.6 -DremoteRepositories=http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tapestry/tapestry-archetype/

2 Responses to Tapestry 4.1.6 Quickstart

Avatar

redj

May 12th, 2009 at 8:26 pm

i want to know more about java. Can you help me?

Avatar

wsaryada

May 12th, 2009 at 9:01 pm

@redj, How can I help you? If you want to discuss something you can join our forums at http://www.kodejava.org/forums. You can also browse for examples at http://www.kodejava.org.

Comment Form

top