>
[modelVersion]4.0.0[/modelVersion]
[groupId]com.algaworks[/groupId]
[artifactId]comecando-primefaces[/artifactId]
[version]0.0.1-SNAPSHOT[/version]
[packaging]war[/packaging]
[properties]
[project.buid.sourceEncoding]UTF-8[/project.buid.sourceEncoding]
[/properties]
[build]
[plugins]
[plugin]
[artifactId]maven-compiler-plugin[/artifactId]
[version]3.1[/version]
[configuration]
[source]1.8[/source]
[target]1.8[/target]
[/configuration]
[/plugin]
[/plugins]
[/build]
[/project]
The configuration of the java version is 1.8. However, the official configuration continues 1.5. I've already used Maven->Update Project->Ok
, which in the video worked, but in my eclipse not your right, continued 1.5.
In addition, Eclipse points to an error on line 6 (% with%). Force maven update did not solve the problem, unlike what the teacher said in the video.
How to solve?