I did a cut-and-paste of your command and that worked fine. Are you using Maven 3? Can you access the maven repository? [1]
[1] http://repo.maven.apache.org/maven2/org/apache/isis/ HTH On Tue, Jan 22, 2013 at 5:52 PM, Lucio Crusca <[email protected]> wrote: > 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. >
