RE: [m2] Does the eclipse plugin support ...

2005-12-01 Thread Donszelmann, Mark
> Sent: Thursday, December 01, 2005 7:31 AM > To: Maven Developers List > Subject: Re: [m2] Does the eclipse plugin support ... > > I guess the basic problem with #2 below is where to > stop...any mojo binding in any phase could add to the compile > sourceroots or test co

RE: [m2] Does the eclipse plugin support ...

2005-12-01 Thread Donszelmann, Mark
gt; Subject: Re: [m2] Does the eclipse plugin support ... > > > Please see inline comments. > > Donszelmann, Mark wrote: > > >Hi > > > >I have 2 questions regarding the eclipse plugin > (2.0-beta-3-SNAPSHOT from svn): > > > >1. Does t

Re: [m2] Does the eclipse plugin support ...

2005-12-01 Thread John Casey
I guess the basic problem with #2 below is where to stop...any mojo binding in any phase could add to the compile sourceroots or test compile sourceroots...and the later we push this into the lifecycle, the greater the chances that we'll have the condition where you cannot generate the bindings

Re: [m2] Does the eclipse plugin support ...

2005-12-01 Thread Edwin Punzalan
Please see inline comments. Donszelmann, Mark wrote: Hi I have 2 questions regarding the eclipse plugin (2.0-beta-3-SNAPSHOT from svn): 1. Does the eclipse plugin support source file excludes. My pom contains: maven-compiler-plugin **/*Factory.java

[m2] Does the eclipse plugin support ...

2005-11-27 Thread Donszelmann, Mark
Hi I have 2 questions regarding the eclipse plugin (2.0-beta-3-SNAPSHOT from svn): 1. Does the eclipse plugin support source file excludes. My pom contains: maven-compiler-plugin **/*Factory.java for which I would expect