0

I'm trying to get a JIRA addon running on my local machine for test purposes. I'm executing this command:

e:\repositories\jira-addon>atlas-run-standalone --product jira
Executing: "D:\atlassian-plugin-sdk\apache-maven\bin\mvn.bat" com.atlassian.maven.plugins:maven-amps-plugin:4.2.1:run-standalone -gs D:\atlassian-plugin-sdk\apache-maven/conf/settings.xml --product jira
Unable to parse command line options: Unrecognized option: --product

I'm quite sure it used to work before. I'm not sure what the problem is, but we recently upgraded from jira 5 to jira 6.

Any suggestions on how to get the Atlassian SDK running my plugin again?

4

2 回答 2

3

这是 Atlassian 插件 SDK 的特定版本(版本 4.2.1)中的一个错误。它已在 4.2.2 中修复。要升级到固定版本,您只需运行atlas-update命令即可。


(错误报告和修复在这里:https ://ecosystem.atlassian.net/browse/AMPS-995 )

于 2013-07-25T23:39:16.133 回答
0

当我使用atlas-run-standalone -Dproduct="jira"时,它确实有效。但是,这仍然不能解释为什么 SDK 不按照规范运行。

于 2013-07-12T09:57:53.027 回答