我正在使用命令运行 maven build -
mvn clean install -DdestFolder=<destination-folder-path>
但它失败并出现以下错误 -
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.3.2:exec (Transpilation) on project UI: Command execution failed.: Process exited with an error: 126 (Exit value: 126) -> [Help 1]
我无法得到 126 错误代码的原因。你能帮忙了解一下原因吗?