> -----Original Message-----
> From: Fabrizio Giustina [mailto:[EMAIL PROTECTED]
> Sent: dimanche 23 octobre 2005 21:41
> To: Maven Developers List
> Subject: Re: [Feedback] Limitations of using the m2 eclipse plugin
> 
> On 10/23/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> > I have been a long fan of using a master eclipse project. I'm now trying
> to
> > use the m1/m2-preferred strategy, which is to have one eclipse project
> per
> > module. I'm doing this using "m2 eclipse:eclipse".
> 
> well, actually that's also the eclipse preferred strategy.
> Multiple-modules-per-project support has been introduced in WTP but it
> didn't enconter a good feedback from users. And anyway, this will
> force you to have a single common classpath, which is probably not
> desiderable if you are using multiple maven modules...
> 
> > 1/ How do I edit files that in pom packaging projects (i.e. top level
> > directories)? This is for example where the common pom.xml files are
> > located.
> 
> normally I move the parent project to a subdirectory or, if the parent
> project only contains a pom.xml file, I import it in another project
> as a linked resource (calling it pom-parent.xml or something similar)

Ok. I would hate to have to change my preferred build directory structure
because an IDE cannot cope with it. The projects I'm referring to here are
open source projects and people should be free to use whatever IDE they want
to work on the project. Telling them I'm using a sub-optimal directory
structure because I use Eclipse and the m2 eclipse plugin wouldn't be a good
reason enough IMO :-)
 
> > 2/ How do I share eclipse settings between projects? See
> > http://jira.codehaus.org/browse/MNG-1062
> 
> For large workspaces I usually add modules related to the same project
> (for example all the maven 1 or maven 2 modules) and set up a default
> code formatter in general preferences. For project with a limited
> number of modules at the moment I generally choose the code formatter
> setting manually after running eclipse:eclipse (not optimal, I know,
> we could try to improve it...)

How do you share the default code formatter with other person working on
your project. Do you export something, check it in in your project and ask
developers to import it in their project? That wouldn't work in an open
source environment as you can't consider that developer's workspaces are
going to be used only for developing on your project...

Thanks Fabrizio for this feedback! That helps me to understand the pros and
cons of each approach :-)

-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to