gpt4 book ai didi

maven - 无法检测到要分派(dispatch)到的 AMPS 插件

转载 作者:行者123 更新时间:2023-12-01 18:29:45 24 4
gpt4 key购买 nike

我目前正在创建 JIRA 插件。将 AMPS 从 6.3.15 升级到 8.0.0 并运行 atlas-debug/atlas-run 后,我收到以下 Maven 错误:

[ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-dispatcher-maven-plugin:8.0.0:debug (default-cli) on project soc-sync: Couldn't detect an AMPS plugin to dispatch to -> [Help 1]

我需要做什么才能再次运行我的 JIRA 插件?

最佳答案

随着 AMPS 8.0.0 的推出,atlassian 工具的 Maven 插件已重命名: https://ecosystem.atlassian.net/browse/ATLASSDK-147

以前的maven-jira-plugin现在是jira-maven-plugin:

<build>
<plugins>
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>jira-maven-plugin</artifactId> <!-- change here, was maven-jira-plugin -->
<version>8.0.0</version> <!-- upgrade this or the amps.version property to 8.0.0 -->
<extensions>true</extensions>
<configuration>
...
</configuration>
</plugin>
...
<plugins>
...
<build>

一般规则似乎是:maven-XYZ-plugin 现在是 XYZ-maven-plugin

关于maven - 无法检测到要分派(dispatch)到的 AMPS 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54668275/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com