This is documented in a lot of places... Take your pick.

1. In the Maven FAQ: http://maven.apache.org/general.html#Compiling-J2SE-5
2. In the maven-compiler-plugin docs:
http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html
3. In the Maven User Wiki (somewhere, I'm sure)
4. In the Maven Users List archives (lots of times, and probably the
Maven Dev List archives too)

Wayne

On 11/7/07, Jean-Philippe Steinmetz <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I need to compile a project for java 1.5. I've searched around and found
> that I need to set the maven.compile.build property to 1.5 but where exactly
> do I need to make this change? What file do I edit? Also, can I set it
> within my pom.xml instead to make it project specific? Thanks
>
> Jean-Philippe Steinmetz
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to