IDEA插件配置--maven篇

仓库地址

  • IDEA中maven插件仓库默认地址:C:\Users\Administrator.m2\repository

  • 在D盘新建一个文件夹用做本地仓库地址,例如 D:\Program Files\maven\repository,将原先C盘路径下的repository拷贝到D盘

  • 修改settings.xml配置文件

镜像地址

  • 配置阿里镜像
powershell 复制代码
	<mirror>
			 <id>alimaven</id>
			 <name>aliyun maven</name>
			 <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
			 <mirrorOf>central</mirrorOf>
	</mirror>

JDK版本

配置MAVEN_HOME


相关推荐
bing_1588 小时前
在微服务架构中,怎么搭建Maven私服
微服务·架构·maven
hmb↑9 小时前
mvnd-快速打包maven项目
java·maven
木棉软糖17 小时前
【记录坑点问题】IDEA运行:maven-resources-production:XX: OOM: Java heap space
java·maven·intellij-idea
酷爱码1 天前
Maven 配置中绕过 HTTP 阻断机制的完整解决方案
java·http·maven
forestsea1 天前
Maven 多仓库治理与发布策略深度实践
java·maven
阿昌喜欢吃黄桃1 天前
mac安装mvnd结合idea
java·maven·idea·编译·打包·mvnd·编译打包
年老体衰按不动键盘1 天前
idea中导入maven项目的方法
java·maven·intellij-idea
界面开发小八哥1 天前
2024开发者生态报告 | AI重构编程、语言新贵崛起与工具效率革命
ide·人工智能·重构·intellij-idea·idea
草履虫建模1 天前
Tomcat 和 Spring MVC
java·spring boot·spring·spring cloud·tomcat·mvc·intellij-idea
Elcker2 天前
Springboot+idea热更新
spring boot·后端·intellij-idea