pestaña "problemas" de Eclipse está mostrando este error:"Facetas Proyecto prblem (Java versión no coincidente)" mensaje de error
Description: Java compiler level does not match the version of the installed Java project facet.
Resource: groupping
Path: [blank]
Location: Unknown
Type: Faceted Project Problem (Java Version Mismatch)
Mi pom.xml
ha este ajuste:
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
¿Dónde más los ajustes ser incompatible?
Eres mi héroe. – Ricardo
¡Muchas gracias! Me ayudó – priyanka