Do you just need to compile to 1.4 or do you actually need to use a
different jdk (sun vs ibm)?

If you just need 1.4, this might help:
http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html

Jim


On 9/25/07, Guillaume Boucherie <[EMAIL PROTECTED]> wrote:
>
> Hi,
> On my system I have two java installed :
>   JAVA_HOME that point to a jdk1.5
>   JAVA_1_4_HOME that point to a jdk1.4
> So when I run maven it use jdk1.5 and in my project I configure
> maven-compiler-plugin to use my jdk1.4.
> But when maven create the manifest for my project he use jdk1.5 for the
> Build-Jdk entry.
> How can I customize the manifest to have the correct jdk version in ?
> Thanks
>
> --
> CletteBou
> clettebou.miniville.fr
>

Reply via email to