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
