Personnaly I use eclipse with my multiprojects. I define 1 project per subproject (as most the other developer in it allways work on only a part and I manage all of them).
In fact, in my case I don't see any need to use a multiproject structure directly in eclipse (i really like command line with cygwin as the direction make the choise to use windows as a dev os). And using a same project for all of them seem dangerous in the interdependancies declaration in the sub pom. Nicolas On 4/27/05, J. Matthew Pryor <[EMAIL PROTECTED]> wrote: > Well I can't vote twice ;-) but I'd love to hear any comments about how to > work with eclipse. > > Come on some of you maven developers guys secretly use eclipse sometimes > right ? > > Thanks, > jmp > > > -----Original Message----- > > From: Ryan Sonnek [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 27, 2005 7:37 AM > > To: Maven Users List > > Subject: Re: [m2] Multiproject & Dependecies > > > > I'm stuck with the same usecase (flat project layout). I > > filed this as jira issue as > > http://jira.codehaus.org/browse/MNG-359 since I have not seen > > anymore info on the mailing list. > > > > > > Brett Porter wrote: > > > > >You are (mostly) correct. The ordering is currently by dependencies, > > >then alphabetical. It should be in the following order: > > >- dependencies > > >- parent relationships > > >- module ordering > > > > > >We haven't noticed, as we consider the best practice to be that the > > >parent you extend is always the directory one level up. > > > > > >Nevertheless, I will file this in JIRA. > > > > > >- Brett > > > > What is the suggested "best practice" for those of us who > > have to live with eclipse's insistence of flat directory > > structure, but also want to continue to use multiproject. > > > > This was easy to do in M1 > > > > Thanks for any suggestions (and any JIRA issues I can vote on ;-) > > > > Matthew > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
