Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-22 Thread Jon SlinnHawkins
Hi, Try running the eclipse:eclipse goal from the parent project. Cheers Jon Barrie Treloar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How are your dependencies declared? A parent pom, since it is just a container project and does not create an artifact, does not

RE: Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-21 Thread Chris Hilton
Pardon me asking the obvious, but has the maven nature been added to the modules? Chris -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kent Tong Sent: Saturday, 19 August, 2006 07:37 To: users@maven.apache.org Subject: Re: Does maven2 eclipse plugin suppor

Re: Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-21 Thread Barrie Treloar
On 8/22/06, Chris Hilton [EMAIL PROTECTED] wrote: Pardon me asking the obvious, but has the maven nature been added to the modules? The maven nature is only needed for the Eclipse IDE Maven Plugin which allows you to invoke maven from within the IDE. This is completely different from mvn

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-20 Thread Barrie Treloar
How are your dependencies declared? A parent pom, since it is just a container project and does not create an artifact, does not have dependencies. Only your modules have dependencies. Sorry, my mistake. The dependencies are declared in the module pom.xml. But the eclipse plugin is not

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-19 Thread Kent Tong
Barrie Treloar baerrach at gmail.com writes: How are your dependencies declared? A parent pom, since it is just a container project and does not create an artifact, does not have dependencies. Only your modules have dependencies. Sorry, my mistake. The dependencies are declared in the

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-18 Thread Kent Tong
Barrie Treloar baerrach at gmail.com writes: How are your dependencies declared? A parent pom, since it is just a container project and does not create an artifact, does not have dependencies. Only your modules have dependencies. Oh! This is it (I think)! Thanks!

Does maven2 eclipse plugin suppor multi-module projects

2006-08-17 Thread Kent Tong
Hi, I am trying to use the maven2 eclipse plugin for a module inside a multi-module project. But it doesn't seem to list the dependencies defined in the parent pom.xml at all. Am I missing something? Does it work in a multi-module project? Thanks!

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-17 Thread Barrie Treloar
On 8/18/06, Kent Tong [EMAIL PROTECTED] wrote: Hi, I am trying to use the maven2 eclipse plugin for a module inside a multi-module project. But it doesn't seem to list the dependencies defined in the parent pom.xml at all. Am I missing something? Does it work in a multi-module project? Kent,

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-17 Thread Kent Tong
Barrie Treloar baerrach at gmail.com writes: Kent, did you check the archives? http://www.nabble.com/Maven---Users-f178.html In particular: http://www.nabble.com/forum/ViewPost.jtp?post=5849396framed=y http://www.nabble.com/forum/ViewPost.jtp?post=5842381framed=y Thanks for the links. But

Re: Does maven2 eclipse plugin suppor multi-module projects

2006-08-17 Thread Barrie Treloar
On 8/18/06, Kent Tong [EMAIL PROTECTED] wrote: Barrie Treloar baerrach at gmail.com writes: Kent, did you check the archives? http://www.nabble.com/Maven---Users-f178.html In particular: http://www.nabble.com/forum/ViewPost.jtp?post=5849396framed=y