Intellij中的Maven文件夹在哪里?
我使用Intellij使用捆绑的Maven版本,我想精确地将其安装在磁盘上的位置,但我找不到路径。有人知道它在哪里吗?
I am using bundled maven version with IntelliJ, and I would like to locate exactly where it is installed on disk, but I can't find the path. Someone knows where it is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
按执行maven目标按钮,
并运行
mvn -v
命令和版本:
Press Execute Maven Goal button,
and run
mvn -v
commandthen you will get the bundled maven path and version :
您可以运行任何Maven命令并观察到运行窗口 - 启动命令及其输出在此处显示。
就我而言,在MacOS上,我可以看到:
/library/java/javavirtualmachines/zulu-11.jdk/contents/home/home/bin/java other_params1 -dmaven.home.home =/applications/intellijij Idea.app/contents/contents/contents/plugins/plugins/maven/maven/lib/maven/lib/maven3 otho >
You can run any maven command and observe the Run window - the launched command and its output are displayed there.
In my case, on MacOS I can see:
/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home/bin/java OTHER_PARAMS1 -Dmaven.home=/Applications/IntelliJ IDEA.app/Contents/plugins/maven/lib/maven3 OTHER_PARAMS2