【发布时间】:2014-07-26 19:39:28
【问题描述】:
我想用 Atlassian JIRA SDK 创建一个 JIRA 插件。创建项目后,我在尝试将项目作为 Maven 项目导入 Eclipse IDE (Kepler) 时遇到了几个错误
这是我为产生错误而采取的步骤...
- 在 PowerShell 中,我使用“atlas-create-jira-plugin”命令创建骨架。
- 创建插件骨架后,我运行“atlas-mvn eclipse:eclipse”
- 在 Eclipse 中,我选择 Import > Existing Maven Projects,然后选择我的插件。
此时我收到以下错误...
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:compress-resources 的市场条目。有关详细信息,请参阅帮助。
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:copy-bundled-dependencies 的市场条目
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:copy-test-bundled-dependencies 的市场条目
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:filter-plugin-descriptor 的市场条目
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:filter-test-plugin-descriptor 的市场条目
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:generate-manifest 的市场条目
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:generate-rest-docs 的市场条目
- 在 Eclipse 中找不到处理 maven-jira-plugin:4.2.20:generate-test-manifest 的市场条目
我尝试禁用 Maven Nature,然后运行 atlas-mvn eclipse:clean 然后转换回 Maven 项目,但这样做时错误又回来了。任何有关如何解决此问题的建议将不胜感激。
【问题讨论】:
标签: eclipse maven plugins jira jira-plugin