RE: Maven ignores my archetype selection

2008-02-16 Thread Brian E. Fox
I think the list is currently embedded, but you might be able to add it to ~home/.m2/archetype.xml, otherwise you'll need to back down to 1.0-alpha-7 (this issue is fixed in 2.0-alpha-2 once it gets released) -Original Message- From: Tom Cook [mailto:[EMAIL PROTECTED] Sent: Saturday, Fe

Re: Maven ignores my archetype selection

2008-02-16 Thread Tom Cook
Ah, OK, I see. So how do I tell it that I want to use the trails archetype? It's not in the list it gives me. Do I need to download the archetype manually first? Thanks for the help. Tom On Feb 17, 2008 1:35 AM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > The new ones prompt you from the comma

Integration Testing with Maven

2008-02-16 Thread Alan Gutierrez
I am getting started with Maven 2. I currently use a Groovy + AntBuilder build for my projects. I create parallel projects. /codearea /pack /strata /depot Let's say the "depot" project depends on "strata" which depends on "pack". I can cd to depot and run... ./builder siblingTest

Re: multi module eclipse:eclipse mewbie

2008-02-16 Thread Siarhei Dudzin
Looks like your parent project is just of pom type. In this case there wont be an eclipse project generated since there is not artifact to deliver. There are 2 things you can do: 1. Fire a feture request in JIRA so that simple eclipe project type is created from pom type porject. 2. Create a simpl

RE: Maven ignores my archetype selection

2008-02-16 Thread Brian E. Fox
The new ones prompt you from the command line. Just pick the one you need from the prompts. -Original Message- From: Tom Cook [mailto:[EMAIL PROTECTED] Sent: Saturday, February 16, 2008 4:07 AM To: Maven Users List Subject: Re: Maven ignores my archetype selection Thanks for the quick a

Re: Not founding standart archetypes

2008-02-16 Thread author
THX i'll try it -- View this message in context: http://www.nabble.com/Not-founding-standart-archetypes-tp15515118s177p15517745.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EM

Re: Maven ignores my archetype selection

2008-02-16 Thread Tom Cook
Thanks for the quick answer. I don't particularly need old style commands, and didn't really realise there were 'old-style' and 'new-style' commands, I was just following the documentation - eg. Maven in 5 Minutes,from whic

Re: Is there an XDoclet Plugin which uses XJavadoc 1.5 (Generics) ?

2008-02-16 Thread Mac-Systems
Hello, we already patched the XDoclet Plugin with the new XJavaDoc Plugin, Works for us. I'd like to update the maven repository, so anyone can tell me who is responsible for maven xdoclet plugin ? regards, jens Hi, We are also interested by using Xdoclet with JDK 1.5. What I understood i

Re: Not founding standart archetypes

2008-02-16 Thread Stuart McCulloch
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-segme