idea 中配置 maven

前文叙述:

配置 maven 一共要设置两个地方:
	1、为当前项目设置
	2、为新项目设置
	
maven 的下载和安装可参考我之前写过的文章,具体的配置文章中也都有讲解。

1、为当前项目进行 maven 配置

idea 中配置 maven_第1张图片

配置 VM Options:

-DarchetypeCatalog=internal

idea 中配置 maven_第2张图片


2、为新项目进行 maven 配置

File -> New Project settings -> Settings for New Projects…
弹出页面, 设置同上即可。

idea 中配置 maven_第3张图片

你可能感兴趣的:(idea(笔记,技巧),intellij-idea,maven,java)