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 not a problem). I
> think the maven pom is the place to do it.
Okay, maven-parent POM it is, I was just trying to be less invasive :)
I'll add the following to maven-parent shortly since there seemed to
be no objections to this part:
<pluginManagement>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
</pluginManagement>
Shout if you object!
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]