Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-05 Thread Jesse Glick
On 07/02/2011 08:04 PM, Benson Margulies wrote: In maven-shade-plugin, I modified my local copy to point to maven-plugins version 20 as parent. This in turn points to maven parent 20. Which configures the compiler plugin for source level 1.5. Perhaps you mean you pointed to maven-plugins-21.pom

Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-03 Thread Hervé BOUTEMY
yes, MPOM-13 :) Le dimanche 3 juillet 2011, Benson Margulies a écrit : > Oh, Duh, I see. It's only in a profile in the plugin parent. oops. > > On Sat, Jul 2, 2011 at 8:04 PM, Benson Margulies wrote: > > OK, well, I'm stumped. > > > > In maven-shade-plugin, I modified my local copy to point to

Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
Oh, Duh, I see. It's only in a profile in the plugin parent. oops. On Sat, Jul 2, 2011 at 8:04 PM, Benson Margulies wrote: > OK, well, I'm stumped. > > In maven-shade-plugin, I modified my local copy to point to > maven-plugins version 20 as parent. This in turn points to maven > parent 20. Which

Re: compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
correction: I made shade point to maven-plugins:21, which in turn points to maven-parent 20, which is the one with the 1.5's in it. On Sat, Jul 2, 2011 at 8:04 PM, Benson Margulies wrote: > OK, well, I'm stumped. > > In maven-shade-plugin, I modified my local copy to point to > maven-plugins vers

compiler plugin config in plugins -- recent parent change seems ineffectual

2011-07-02 Thread Benson Margulies
OK, well, I'm stumped. In maven-shade-plugin, I modified my local copy to point to maven-plugins version 20 as parent. This in turn points to maven parent 20. Which configures the compiler plugin for source level 1.5. Yet, help:effective-pom shows me source level 1.4, and adding in a generic gets