Re: Maven POM plugin config

2007-07-04 Thread Mark Hobson
On 03/07/07, Mark Hobson <[EMAIL PROTECTED]> wrote: On 03/07/07, Brett Porter <[EMAIL PROTECTED]> wrote: > I would think the compiler config (and the ide, if we choose to use > it), should be shared across all the maven projects (those that use > jdk 5 already override the compiler config so it's

Re: Maven POM plugin config

2007-07-03 Thread Mark Hobson
On 03/07/07, Brian E. Fox <[EMAIL PROTECTED]> wrote: -1, As I recently discovered, having this =true messes up the eclipse plugin tests. I currently set it in my settings.xml because I always want this and tripped over it. If we can find a way to set it that doesn't break the tests, then I'm +

RE: Maven POM plugin config

2007-07-03 Thread Brian E. Fox
The first is to force the eclipse plugin to add 1.4 compiler settings to the project files, otherwise we get 1.5 raw type warnings everywhere when running eclipse under 1.5. +1 The second is to saving typing to get source jars attached in eclipse. -1, As I recently discovered, having this

Re: Maven POM plugin config

2007-07-03 Thread Mark Hobson
On 03/07/07, Brett Porter <[EMAIL PROTECTED]> wrote: I've no problem with it, just is usually something I only bring out on "special occasions". Maybe we should just do a quick poll on the list and go with that? Sounds good to me, I'll start a vote. On 03/07/07, Brett Porter <[EMAIL PROTECTED

Re: Maven POM plugin config

2007-07-03 Thread Brett Porter
On 03/07/2007, at 10:57 PM, Dennis Lundberg wrote: Well, as the situation is now, you (we) often *have to* debug into libraries. Mostly plexus stuff, since a lot of calls seems to end up in some org.codehaus.plexus class. I don't have all plexus code checked out an my machine, and I sh

Re: Maven POM plugin config

2007-07-03 Thread Mark Hobson
On 03/07/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote: I've been meaning to add something similar for the IDEA plugin. So +1 from me to add this. The question is: in which pom do we put it? I'd say components/pom.xml, since this is then specific to the Maven project, as opposed to maven-parent

Re: Maven POM plugin config

2007-07-03 Thread Mark Hobson
On 03/07/07, Brett Porter <[EMAIL PROTECTED]> wrote: On 03/07/2007, at 10:42 PM, Mark Hobson wrote: > >maven-eclipse-plugin > > true > > Would *everyone* want that? (having to debug into libraries isn't really ideal :) It's quite time consuming to download. I wouldn't person

Re: Maven POM plugin config

2007-07-03 Thread Dennis Lundberg
Brett Porter wrote: On 03/07/2007, at 10:42 PM, Mark Hobson wrote: Hi there, I'd like to add the following to the Maven POM plugin management block: maven-compiler-plugin 1.4 1.4 Makes sense. maven-eclipse-plugin true Would *everyone* want t

Re: Maven POM plugin config

2007-07-03 Thread Dennis Lundberg
I've been meaning to add something similar for the IDEA plugin. So +1 from me to add this. The question is: in which pom do we put it? Mark Hobson wrote: Hi there, I'd like to add the following to the Maven POM plugin management block: maven-compiler-plugin 1.4 1.4

Re: Maven POM plugin config

2007-07-03 Thread Brett Porter
On 03/07/2007, at 10:42 PM, Mark Hobson wrote: Hi there, I'd like to add the following to the Maven POM plugin management block: maven-compiler-plugin 1.4 1.4 Makes sense. maven-eclipse-plugin true Would *everyone* want that? (having to de

Maven POM plugin config

2007-07-03 Thread Mark Hobson
Hi there, I'd like to add the following to the Maven POM plugin management block: maven-compiler-plugin 1.4 1.4 maven-eclipse-plugin true The first is to force the eclipse plugin to add 1.4 compiler settings to the project files, otherwise we get 1.5