I have an issue and after many attempts don't know how to resolve it. I have Java/Maven project with JDK 6 and installed Maven 3.2.5 in Eclipse Luna Now I'm trying to run clean install command to create ZIP package but getting the following error message:
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ABC: Fatal error compiling: invalid target release: 1.7
Does someone has this issue before and how do you resolve it.? Could you help me please? Thanks in advance.