Error in the Java Resources package in Maven project

0

I created a project Maven with only one page xhtml just for testing, but it gets this error in the package.

What would be this error?

    
asked by anonymous 19.06.2015 / 13:30

2 answers

1

To correct this error, follow the steps below:

 Eclipse > Project > Clean

Eclipse has an error pointer Markers , it is interesting to always look at it in these cases.

    
19.06.2015 / 15:23
0

In my case, it did not resolve Eclipse > Project > Clean;

What solved my problem was to right click on the project, in the option Maven click on Update Project ...

You can also use the shortcut keys Alt + F5

    
28.11.2018 / 12:25