Well yeah, that’s the correct fix but requires maven core changes. -----Original Message----- From: Oleg Gusakov [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2008 1:18 PM To: Maven Developers List Subject: Re: compiler plugin: separate test compiler configuration
Or if plugin instance were created per execution invocation. Right now it seems like plugin instance is created and initialized once, and execution is passed the same instance. The above is speculation, based on the observed effect. I did not check the actual code. Brian E. Fox wrote: > It could work if the plugin took different params for test mode. > > -----Original Message----- > From: Oleg Gusakov [mailto:[EMAIL PROTECTED] > Sent: Monday, October 20, 2008 12:38 PM > To: Maven Developers List > Subject: Re: compiler plugin: separate test compiler configuration > > Milos - it does not :( > > Milos Kleint wrote: > >> I'm not sure we did. The execution based config for testCompile >> doesn't really work? >> >> Milos >> >> On Mon, Oct 20, 2008 at 5:41 PM, Oleg Gusakov >> <[EMAIL PROTECTED]> wrote: >> >> >>> Looks like we reached a consensus here, I will add the params. >>> >>> Thanks everyone for discussion and guidance! >>> >>> Michael McCallum wrote: >>> >>> >>>> eclipse already blends test and compile scopes... if it plays havoc with >>>> your build just don't use the feature... >>>> >>>> >>>> >>> Brian E. Fox wrote: >>> >>> >>>>> Milos, you can say that's eclipse's problem. But is't a majority of >>>>> users, whether it's good or bad, we need to respect that use case. >>>>> >>>>> >>>>> >>>> I think it should be allowed. Just because Eclipse can't do it doesn't >>>> mean maven shouldn't. It just means if you want to use eclipse and maven, >>>> then you can't use that feature. Maven shouldn't be limited to the least >>>> common denominator of all tools out there. >>>> >>>> >>>> >> --------------------------------------------------------------------- >> 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]
