Hi there, Please forgive what is a very basic question.
When I attempt to create the quick start application using: mvn archetype:generate -D archetypeCatalog=http://incubator.apache.org/isis -D archetypeGroupId=org.apache.isis.support -D archetypeArtifactId=quickstart-archetype I get a failure with: mvn archetype:generate -D archetypeCatalog=http://incubator.apache.o rg/isis -D archetypeGroupId=org.apache.isis.support -D archetypeArtifactId=quick start-archetype [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] ------------------------------------------------------------------------ [INFO] Building Maven Default Project [INFO] task-segment: [archetype:generate] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] Preparing archetype:generate [INFO] No goals needed for project - skipping [INFO] [archetype:generate] [INFO] Generating project in Interactive mode [INFO] Archetype [org.apache.isis.support:quickstart-archetype:0.1.2-incubating- SNAPSHOT -> https://repository.apache.org/content/groups/snapshots-group/] found in catalog http://incubator.apache.org/isis [INFO] snapshot org.apache.isis.support:quickstart-archetype:0.1.2-incubating-SN APSHOT: checking for updates from quickstart-archetype-repo [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] The desired archetype does not exist (org.apache.isis.support:quickstart- archetype:0.1.2-incubating-SNAPSHOT) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5 seconds [INFO] Finished at: Wed May 04 11:03:47 NZST 2011 [INFO] Final Memory: 11M/21M [INFO] ------------------------------------------------------------------------ Any thoughts? thanks in advance Mark
