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.
运行 populate_m2_repo C:\Users\me.m2\repository 时,我被要求设置 %MULE_HOME%。通常在我的计算机上,我有多个可用于测试的独立版本,因此每次出现新的独立版本时都不断更改此变量很不方便。
有人可以解释为什么 populate_m2_repo 需要设置 %MULE_HOME% 吗?
谢谢
从 mule 3.1.0 开始,建议不要在系统范围内设置 %MULE_HOME%,因为 mule.bat 脚本在不可用时会为您设置它。
也就是说,populate_m2_repo 需要它知道在哪里可以找到需要安装的工件。
高温高压