Re: java 1.4 versus the maven-eclipse-plugin

2009-12-23 Thread Barrie Treloar
On Wed, Dec 23, 2009 at 8:59 AM, Benson Margulies wrote: > A parent pom which I thought was setting source/target for all modules > was not. This was masked by the fact that some of the other modules > have their own settings of source/target. So, what I thought was the > eclipse plugin enforcing

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-22 Thread Benson Margulies
A parent pom which I thought was setting source/target for all modules was not. This was masked by the fact that some of the other modules have their own settings of source/target. So, what I thought was the eclipse plugin enforcing the old policy of maven plugins running under 1.4 was really just

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-22 Thread Barrie Treloar
On Mon, Dec 21, 2009 at 12:25 PM, Benson Margulies wrote: > While I read the doc, it didn't seem applicable. Now that you tell me > that there's no special trickery going on that tries to force 1.4 on > mojo projects, I'm off to revisit all the poms to see there's > something I missed. Can you po

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Benson Margulies
While I read the doc, it didn't seem applicable. Now that you tell me that there's no special trickery going on that tries to force 1.4 on mojo projects, I'm off to revisit all the poms to see there's something I missed. On Sun, Dec 20, 2009 at 8:51 PM, Barrie Treloar wrote: >> On Sun, Dec 20, 20

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Barrie Treloar
> On Sun, Dec 20, 2009 at 5:26 PM, Barrie Treloar wrote: >> On Sat, Dec 19, 2009 at 9:48 AM, Benson Margulies >> wrote: >>> The eclipse plugin forces the compiler source version to 1.4 for maven >>> plugins. I'm building a maven plugin that I want to require 1.5. Is >>> there a way to tell the e

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Benson Margulies
I did. On Sun, Dec 20, 2009 at 5:26 PM, Barrie Treloar wrote: > On Sat, Dec 19, 2009 at 9:48 AM, Benson Margulies > wrote: >> The eclipse plugin forces the compiler source version to 1.4 for maven >> plugins. I'm building a maven plugin that I want to require 1.5. Is >> there a way to tell the

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Barrie Treloar
On Sat, Dec 19, 2009 at 9:48 AM, Benson Margulies wrote: > The eclipse plugin forces the compiler source version to 1.4 for maven > plugins. I'm building a maven plugin that I want to require 1.5. Is > there a way to tell the eclipse plugin to stop harassing me? Did you check the docs? http://ma

java 1.4 versus the maven-eclipse-plugin

2009-12-18 Thread Benson Margulies
The eclipse plugin forces the compiler source version to 1.4 for maven plugins. I'm building a maven plugin that I want to require 1.5. Is there a way to tell the eclipse plugin to stop harassing me? - To unsubscribe, e-mail: user