繁体   English   中英

maven-deploy-plugin 目标未能实现 - 在 window 代理中工作正常,在 Unix 代理(Azure 管道)中构建失败

[英]maven-deploy-plugin goal failed to achieved - working fine in window agent, build failed in Unix agent (Azure Pipeline)

[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 代理中出现错误。 任何人都知道错误的可能原因是什么?

Unix系统上的Maven版本可能比较老了,与Mule Maven插件不兼容。 尝试升级到兼容的新版本。

此知识库文章记录了该问题: https://help.mulesoft.com/s/article/An-API-incompatibility-was-encountered-while-executing-org-apache-maven-plugins-maven-deploy-plugin -同时使用 Exchange-Maven-Facade-v3 部署资产到 Exchange

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM