A new archetype plugin has just been released. If you are being prompted, this is the new (ArchetypeNG) plugin. If you are not being prompted, then you are running the old one.
You can force Maven to use the old one with the following command: mvn org.apache.maven.plugins:maven-archetype-plugin:1.0-alpha-7:create ...(other -D parameters go here)... Search the Users and Dev list for "archetype" to see various related discussions on this topic. Wayne On 2/14/08, Streeton, Matt <[EMAIL PROTECTED]> wrote: > I am new to maven, and used the Maven in 5 Minutes page ( > http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html) > to guide creating a new simple project. I am using maven as a build tool for > creating OSGi plugins (using Felix), and need to create a simple plugin > project. When I run the mvn archetype:create command, I get prompted to > choose an archetype. On a different system when I executed the > archetype:create command, I was not prompted and the project was created for > me. I just need a simple project structure, as shown in the Maven in 5 > Minutes page, but don¹t know which archetype to choose, or how to avoid > being prompted to choose during creation. Any thoughts? (I have tried this > on both Mac OS X and Windows XP) > > - Matt > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
