Hi All, I'm using the trunk for development and I saw a while ago a mention that the trunk supports Java 7. I added some Java 7 specific code (like try catch with resources) and doing a mvn clean install ended with a failure due to the fact that the source was 1.6. I could obviously solve the issue by enforcing source 1.7 in my enhancement engine's pom but I'm wondering shouldn't this be put somewhere in the root pom.xml and committed to svn? Or is it something with my maven setup (version 3.2.3) which by default uses source 1.6?
Thanks, Cristian