linux下修改Maven本地厂库地址
1.正确安装Maven2.修改[liumeng@localhost conf]$ vim /etc/maven/maven/conf/settings.xml# 修改该文件# 将下面的<localRepository>/path/to/local/repo</localRepository>粘贴到外面,不要注释<!-- localRepository| The pat
·
1.正确安装Maven
2.修改
[liumeng@localhost conf]$ vim /etc/maven/maven/conf/settings.xml # 修改该文件
# 将下面的<localRepository>/path/to/local/repo</localRepository>粘贴到外面,不要注释
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ${user.home}/.m2/repository
<localRepository>/path/to/local/repo</localRepository>
-->
<localRepository>/home/test</localRepository>
更多推荐
已为社区贡献1条内容
所有评论(0)