[M2] Creating archetypes

2006-08-30 Thread ccadete
), so it will not find it. Maven try to download archetypes using the default org.apache.maven.archetypes, and the option -DarchetypeGroupID does not override the default archetypes location. Is this a bug ? -- View this message in context: http://www.nabble.com/-M2--Creating-archetypes

Re: [M2] Creating archetypes

2006-08-30 Thread Eric Redmond
-DarchetypeGroupID does not override the default archetypes location. Is this a bug ? -- View this message in context: http://www.nabble.com/-M2--Creating-archetypes-tf2193156.html#a6069348 Sent from the Maven - Users forum at Nabble.com

Re: [M2] Creating archetypes

2006-08-30 Thread Wendy Smoak
On 8/30/06, ccadete [EMAIL PROTECTED] wrote: I installed a new my archetype, created by me, in a repository, with the groupId=My-Archetype, but when I choose to use it, using the -DarchetypeGroupID=My-Archetype in the command line, maven will try to download it from org.apache.maven.archetypes

Re: [M2] Creating archetypes

2006-08-30 Thread Eric Redmond
it. Maven try to download archetypes using the default org.apache.maven.archetypes, and the option -DarchetypeGroupID does not override the default archetypes location. Is this a bug ? -- View this message in context: http://www.nabble.com/-M2--Creating-archetypes-tf2193156.html#a6069348

Re: [M2] Creating archetypes

2006-08-30 Thread ccadete
in context: http://www.nabble.com/-M2--Creating-archetypes-tf2193156.html#a6070269 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] Creating archetypes

2006-08-30 Thread Wendy Smoak
On 8/30/06, ccadete [EMAIL PROTECTED] wrote: Now I try to create a new project using my archetype: mvn archetype:create -DartifactGroupId=myarchetype Shouldn't that be -DarchetypeGroupId=myarchetype ? Here's the README for one of mine...

Re: [M2] Creating archetypes

2006-08-30 Thread ccadete
Yes, it was that, now it is working :) thanks. ccadete -- View this message in context: http://www.nabble.com/-M2--Creating-archetypes-tf2193156.html#a6070383 Sent from the Maven - Users forum at Nabble.com

Re: [M2] Creating archetypes

2006-08-30 Thread Takashi Nishigaya
Hi ccadete, try my bash completion script: http://blogs.sun.com/nishigaya/entry/bash_completion_for_maven_2 it will complemet plugin parameters as well as well-known plugin goals. the above entry is written in japanse, sorry. But you can easily find the link for the actual bash completion