I have imported an existing manven project into my eclipse new workspace which I downloaded from github. On maven install I get a BUILD SUCCESS
but the red cross on the project never goes. This issue has been raised previously : link1, link2
Most of the solutions tell about update project and any number times I do update project, It doesn't solve the problem.
The other solution is about having lombok plug-in because I noticed that many of the getter and setter methods are causing problems(absent). The lombok plug-in is to auto-generate them....I have it in my pom.xml but still the problem persists. In fact the problems tab shows a 100 errors like the samples below:
__ cannot be resolved to a type
The blank final field API_KEY may not have been initialized
The constructor APNSService(ApnsService) is undefined
How to solve this issue?
Any help is appreciated.
Note: I am running the maven project on jdk1.8.