Hello *,
I'm new here. I'm trying to create a quickstart but the following command:
mvn archetype:generate \
-D archetypeGroupId=org.apache.isis.archetype \
-D archetypeArtifactId=quickstart_wicket_restful_jdo-archetype \
-D archetypeVersion=1.0.1 \
-D groupId=com.mycompany \
-D artifactId=myapp
returns
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-
plugin:2.2:generate (default-cli) on project standalone-pom: The desired
archetype does not exist
(org.apache.isis.archetype:quickstart_wicket_restful_jdo-archetype:1.0.1)
I got the mvn command line from the website. What's wrong?
Thanks
Lucio.