I have an issue when trying to build a jar file for my project in my Eclipse IDE. The issue is that, I am using M2E and the maven version I have isn't compatible with my 1.6 jdk version. I get the following error:
UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
I am using Eclipse M2E version 3.3.9/1.6.0
My question is, how can I check which version of M2E I need to install to be compatible with jdk version 1.6 so that I can build my jar file.