您的位置:首页 > 其它

IntelliJ: Maven projects need to be imported: Import Changes Enable Auto-Import

2017-04-06 21:36 1201 查看
upon creating a new maven project I get the popup box saying

"Maven projects need to be imported: Import Changes Enable Auto-Import"




Answer:

From the documentation.

Select this check box, if you want IntelliJ IDEA to perform reimport automatically each time you change your pom.xml.


it just automatically updates project details upon POM change. Generally it tells IDEA that, for example, dependencies for those new external classes you started using in your code can be found in updated version of POM.

QQ技术交流群:576269252

--------------------------------------

声明: 原创文章,未经允许,禁止转载!

--------------------------------------
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐