通过 MacPorts 安装 Maven 时,最终命令“sudo maven_select maven3”的作用是什么?做?
通过 MacPorts 安装 Maven 时,完成后会打印命令
To fully complete your installation and make maven 3.0.3 the default, please run
sudo maven_select maven3
What does this Final command do when you run it? 它产生的输出是
---> Cleaning maven3
When installing Maven via MacPorts when it completes it prints the command
To fully complete your installation and make maven 3.0.3 the default, please run
sudo maven_select maven3
What does this final command do when you run it?
The output it produces is
---> Cleaning maven3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你不想有一个肮脏的 Maven.... 当你这样做时,会发生可怕的事情...:)
该命令只会删除不再需要的旧文件,并使 maven3 成为系统的默认值。大概它只是设置符号链接
You don't want to have a dirty Maven.... Terrible stuff happens when you do... :)
The command will just remove the old files that are no longer needed and make maven3 the default for the system. Presumably it'll just be setting symbolic links