hi eli,

maven will download any maven plugin that was not already downloaded
from the public repositories. if you run maven with the option -e at the 
end
it will display a more complete error message. if you are behind a proxy 
ensure you have it set in your settings.xml (please refer to the maven 
documentation for more details)

hope it helps
g,
kris





"GUERARD Elisabeth" <[EMAIL PROTECTED]> 
14.11.2007 14:00
Bitte antworten an
"Tapestry users" <users@tapestry.apache.org>


An
<users@tapestry.apache.org>
Kopie

Thema
Tapestry 5: running tutoriel






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
 

Reply via email to