简体   繁体   中英

Maven eclipse: project configuration is not up to date with pom.xml

I was just wondering if any of you have a tip to avoid getting the eclipse error:

project configuration is not up to date with pom.xml each time you switch branch with different pom files. This is really annoying and I know just selecting it and doing quick fix or doing maven update solve it but it is a lost of time each time.

Thanks ;).

m2e首选项中有一个实验性选项,可以自动更新项目。

Dose refresh the file and turn the auto build works? I think this cause the cache of the m2e plugins. It treats the file change, when you switch the branch.It should refresh the cache, so you must manual do it as your said.

Please press Alt and hold it down. Then press F5 s o , then release Alt and press return .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM