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?
据我了解,您必须为它们设置环境变量,那不会冲突吗?
有可能的。结帐http://maven.apache.org/guides/mini/guide-m1-m2.html
不,因为它们不使用相同的环境变量(MAVEN_HOMEand M2_HOME)并且可执行文件具有不同的名称(mavenand mvn)。所以没有冲突。
MAVEN_HOME
M2_HOME
maven
mvn