set JAVA_HOME JRE_HOME correctlyNo, because doing this will make the build non-reproducible on other environments as I will lose the 1.6 requirement.
You can use the enforcer plugin in your pom to specify that your project requires Java 1.6. See http://maven.apache.org/plugins/maven-enforcer-plugin/usage.html.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
