0
I am having error after setting in the file pom.xml
in the artifact <artifactId>maven-compiler-plugin</artifactId>
.
This is the mistake when trying to update Maven:
Could not update project comecando-primeface configuration
Version 1.8 of project facet java does not exist.
Are you okay by the command line? This is in any
IDE
, eclipse type? If it is, see if there is aJDK
version 8 configured inIDE
.– Bruno César
@Robson, try to post your whole pom.xml. Take a look at this answer and see if it serves you: http://stackoverflow.com/questions/7715260/java-compiler-level-does-not-match-the-version-of-the-installed-java-project-fac
– Filipe Miranda