Maven的配置文件包含两个部分:全局配置 和 本地配置。
There are two locations where a settings.xml file may live:
- The Maven install: ${maven.home}/conf/settings.xml
- A user’s install: ${user.home}/.m2/settings.xml
maven.home目录可以通过mvn -v
查看。
user.home就很简单了,cd ~
即可。
网友评论