如何在java中获取m2repo目录?
为了使我的代码灵活,我想找到一种通过 System.getProperty("m2repo") 之类的函数或其他函数来获取 maven 2 存储库目录的方法,就像我们对类路径所做的那样System.getProperty(“java.class.path”)。
这可能吗?
To make my code flexible I would like to find a way to get the maven 2 repository directory via a function like System.getProperty("m2repo")
or something, as we do for the classpath System.getProperty("java.class.path")
.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将此值注入到 Mojo 中,如下所示:
You can inject this value into your Mojo like this: