作者热门文章
- android - RelativeLayout 背景可绘制重叠内容
- android - 如何链接 cpufeatures lib 以获取 native android 库?
- java - OnItemClickListener 不起作用,但 OnLongItemClickListener 在自定义 ListView 中起作用
- java - Android 文件转字符串
在 Windows 中,maven 会下载 C:\Documents And Settings\MyUser\.m2
文件夹(或 C:\Users\MyUser\.m2
)中的所有内容。有一些方法可以更改它使用的文件夹吗?特别是我想将其设置为下载 Documents And Settings
/Users
文件夹中的任何位置。
最佳答案
查看 ${maven.home}/conf
中的 settings.xml
或者,最好是 ${user.home}/.m2/settings .xml
(有关 settings.xml
的详细信息,请参阅 this)。您可以添加(或取消注释)以下部分:
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ~/.m2/repository
-->
<localRepository>/path/to/local/repo</localRepository>
正如默认情况下已存在的注释部分所建议的那样。在那里,您应该能够更改路径以实现您想要的。
关于windows - 如何在 Windows 中更改 Maven 存储库文件夹?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4490135/
我是一名优秀的程序员,十分优秀!