Dear all,
I try to run the tutoriel for Tapestry 5 at the following address:
http://tapestry.apache.org/tapestry5/tutorial1/first.html
I have problem with the first step: create an empty application by using
feature of Maven, archetype.
It 's the first time, i use Maven, I install it correctly, create an
empty folder and run the following command:
mvn archetype:create
-DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart
-DarchetypeVersion=5.0.5
-DgroupId=org.apache.tapestry
-DartifactId=tapestry-tutorial1
-DpackageName=org.apache.tapestry.tutorial
I had the following error: [ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does
not exist or no valid version could be found
By looking at Maven 's website, about archetype, I found configuration
of pom.xml and archetype.xml.
I need to do the same in this case, isn't it?
Thanks in advance for your help.
Eli