Hi
I try to create a wicket project with:
mvn archetype:create
-DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=1.5-M2.1
-DgroupId=com.mycompany
-DartifactId=myproject
The statement was created with the tool on http://wicket.apache.org/start/quickstart.html
If i execute it I get:
The META-INF/maven/archetype.xml descriptor cannot be found
whats wrong. I am a Maven novice
Every help appreciated
Marcel