Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经安装了 maven 2.2.1 并测试了 mvn -v 命令。但它显示了 Maven 版本 2.0.11。(我以前安装过它并与 2.2.1 共存)为什么会这样?
确保以下两个环境变量指向您的 2.2.1 安装:
mvn -v 的输出使用 M2_HOME 环境变量,但保持 PATH 和 M2_HOME 一致也很重要。