Reputation: 319
I am facing couple of problems with projects configuration in Eclipse Mars/Kepler.
I did lot googling and tried, but none are working.
Upvotes: 0
Views: 55
Reputation: 319
I finally found the issue. Eclipse Mars has an embedded maven plugin installed and configured in eclipse. This was different from the version of eclipse configures on my system which I was using to "mvn clean install" the workspace. So, pointing to my system configured maven and re-importing the projects resolved the issue. Go to Windows --> Preferences --> Maven --> Installations and point to system maven. My projects are compatible with maven 3.2.3 (system maven) and eclipse has higher version of maven.
Upvotes: 0