Recently, I have started using Apache Maven within Eclipse with m2e plugin. It helps me a lot as I can make many things within eclipse. This plugin stills needs development (as has many open bugs), but since now I have not face something that I cannot overcome it.
An annoying problem that sometimes this plugin cause is that marks a project with error icon. If you see Markers View you will see an error of type “Maven Configuration Problem” saying:
Project configuration is not up-to-date with pom.xml. Run project configuration update
A quick workaround is this:
- Open Marker View
- Right-click on the Error message
- Select Quick Fix
- Click Finish
Regards,
Adrianos Dadis.
—
Democracy requires Free Software
Thanks! Been using m2e for a while now, and just ran into this issue for the 1st time.
GRATE! =)
Pingback: m2e fix – Plugin execution not covered by lifecycle configuration | Java, Integration and the virtues of source
Thanks!
Thanks, that helped a lot
Thanks for the quick fix! 🙂
Thanks for the quick fix tip.. it worked!!
Thanks for the help
i got the following error :
An internal error occurred during: “Updating Maven Project”.
Unsupported IClasspathEntry kind=4
I have not faced this error 😦
An alternative workaround to the Quickfix is
1. Right Click the project
2. Select Menu Maven
3. Selection SubMenu Update Project …
4. Check “Update project configuration from pom.xml” in the “Update Maven Project” dialog.
5. optional Check “Clean project” in the “Update Maven Project” dialog.
6. Confirm “Update Maven Project” dialog with OK.
Great!!!
When I do this I get an error: An internal error occurred during: “Updating Maven Project”.
Version null of project facet wls.ejb does not exist.
Thanks!
Great, thx!
thanks , working now