【IntelliJ IDEA】〖集成〗如何将Maven项目管理工具集成到IntelliJ IDEA开发环境中
程序员文章站
2022-06-22 18:58:49
〖集成〗如何将Maven项目管理工具集成到IntelliJ IDEA开发环境中1.点击File→Settings...。2.点击Build,Execution,Deployment→Build Tools→Maven。3.Maven home directory设置为D:\Maven3.6.3,User settings file设置为D:\Maven3.6.3\conf\settings.xml,Local reposito...
〖集成〗如何将Maven项目管理工具集成到IntelliJ IDEA开发环境中
1.点击File
→Settings...
。
2.点击Build,Execution,Deployment
→Build Tools
→Maven
。
3.Maven home directory设置为D:\Maven3.6.3
,User settings file设置为D:\Maven3.6.3\conf\settings.xml
,Local repository设置为D:\Maven3.6.3\repository
,然后点击Apply
。
4.点击Maven
→Runner
,在VM Options位置输入-DarchetypeCatalog=internal
,然后点击OK
。用来确保没有网络的时候,也能创建Maven工程。
我寻见一片海 碧蓝且耀着光
大片船只航行其上 都向着远方
Shared by Foriver_江河
© 1997-8023 江河 All Rights Reserved.
本文地址:https://blog.csdn.net/qq_46365857/article/details/107503171