I am using Maven 3.0.5 and Spring Tool Source 3.2 with Maven plugin installed. When I try to do \'Run As---> Maven install\', I am getting
Sometimes this issue comes because the java.version which you have mentioned in POM.xml is not the one installed in your machine.
1.7
Ensure you exactly mention the same version in your pom.xml as the jdk and jre version present in your machine.