On 16/02/2008, author <[EMAIL PROTECTED]> wrote: > > > Hi. > I download maven 2.0.8 and type > > mvn archetype:create –DgroupId=com.my.soft –DartifactId=WebSample > –DarchetypeArtifactId=maven–archetype–webapp > > but it show me that: > > [INFO] Building Maven Default Project > [INFO] task-segment: [archetype:create] (aggregator-style) > [INFO] > ------------------------------------------------------------------------ > [INFO] Preparing archetype:create > [INFO] No goals needed for project - skipping > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/archetype/archetype- > common/2.0-alpha-1/archetype-common-2.0-alpha-1.pom > 15K downloaded > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/maven-core/2.0.8/mav > en-core-2.0.8.pom > 6K downloaded > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/maven/2.0.8/maven-2. > 0.8.pom > 11K downloaded > Downloading: > > ......................................... > > > http://repo1.maven.org/maven2/org/apache/maven/shared/maven-invoker > /2.0.6/maven-invoker-2.0.6.jar > 24K downloaded > [INFO] Setting property: classpath.resource.loader.class => > 'org.codehaus.plexus > .velocity.ContextClassLoaderResourceLoader'. > [INFO] Setting property: velocimacro.messages.on => 'false'. > [INFO] Setting property: resource.loader => 'classpath'. > [INFO] Setting property: resource.manager.logwhenfound => 'false'. > [INFO] [archetype:create] > Choose archetype: > 1: internal -> appfuse-basic-jsf (AppFuse archetype for creating a web > applicati > on with Hibernate, Spring and JSF) > 2: internal -> appfuse-basic-spring (AppFuse archetype for creating a web > applic > ation with Hibernate, Spring and Spring MVC) > 3: internal -> appfuse-basic-struts (AppFuse archetype for creating a web > applic > > ................................................... > > 36: > > WHY?
you're picking up the new archetype plugin (2.0-alpha1) which unfortunately doesn't notice you've already selected an archetype on the command line, this should be fixed soon in the meantime you can get the old archetype plugin with: org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create HTH THX!!!!!! > > -- > View this message in context: > http://www.nabble.com/Not-founding-standart-archetypes-tp15515118s177p15515118.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart
