Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to remove error Eclipse project indicator if I don't have any error?

I'm having an indication that my project has errors but I don't get any error in any file. That indication is as well on Java Resources folder inside the project.

enter image description here

Error log

Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
An exception stack trace is not available.

Problems

An error occurred while filtering resources
line 1 - Maven configuration problem

How to remove this error in Eclipse project folder? Any ideas!

like image 879
Joe Avatar asked Apr 01 '14 12:04

Joe


2 Answers

Maven > Update project

This resolved my problem as I pointed out in a comment from 2014

like image 136
Joe Avatar answered Oct 19 '22 23:10

Joe


Contrary to most answers did Maven > Update Project... not solve this problem.

I ended up with removing and re-importing the project.

like image 29
wh81752 Avatar answered Oct 19 '22 23:10

wh81752