我们在安装成功maven后,系统会默认把仓库地址设置为.m2
我需要修改maven仓库的地址,修改到此处
那么只需要在maven的conf文件夹的setting.xml 文件中,配置
<localRepository>D:\repository</localRepository>
我们在安装成功maven后,系统会默认把仓库地址设置为.m2
我需要修改maven仓库的地址,修改到此处
那么只需要在maven的conf文件夹的setting.xml 文件中,配置
<localRepository>D:\repository</localRepository>