I use Eclipse to work on a Spring project that is managed through Maven (well, the m2e plugin in Eclipse).
Whenever I make changes to the Maven pom.xml file, the interface complains and says that I subsequently need to run the "Update project configuration" from the Maven element that appears in the context menu when you right-click the top-level project.
When this is completed, then the project always lost its "Spring" project, which I need to add again from the Spring element in the same context menu. This is pretty annoying.
Why is he doing this?
Is there a way to keep a Spring project project forever by adding something to pom.xml?
source share