[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project **xxxxxxxxxx**: Execution default-deploy of goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy: java.lang.NoSuchMethodError: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I在两个代理中使用了相同的pom.xml,但在unix代理中发生了错误。有人知道错误的可能原因是什么吗?
发布于 2022-09-21 10:36:15
Unix系统上的Maven版本可能很旧,与Mule Maven插件不兼容。尝试升级到兼容的更新版本。
https://stackoverflow.com/questions/73796839
复制相似问题