Error in Java Resources package in Maven project

Asked

Viewed 363 times

0

I created a project Maven one-page xhtml just for testing, but keeps giving this error in the package.

inserir a descrição da imagem aqui

What would that mistake be?

  • 1

    It seems to be using eclipse looks on Markers if there is a specific error, if it does not work from a clean and validated in the project.

  • I gave a Clean and the error came out, thank you.

  • How this question can be improved, @Downvoter?

2 answers

1


To fix this error, follow the steps below:

 Eclipse > Project > Clean

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

0

In my case, did not solve Eclipse > Project > Clean;

What solved my problem was right-clicking on the project, on the Maven option I clicked on Update Project...

There is also the possibility to use the shortcut keys Alt+F5

Browser other questions tagged

You are not signed in. Login or sign up in order to post.