Hi,
I have several projects that compile with java 5.
There is 1 project I would like to compile with java 6.
I added to that project pom the source and target attributes, however my 
JAVA_HOME environment variable is set to java 5.
How can I tell maven where is my java 6 home?
I can not change my JAVA_HOME on each run, I would like it to be automatically.
Can I define it in a pom.xml?

Adva

Reply via email to