为Jira插件开发添加maven依赖

时间:2018-04-19 23:09:58

标签: maven jira

我正在https://atlassian_tutorial@bitbucket.org/atlassian_tutorial/jira-scheduled-events.git

的初学者代码中开发Jira插件

我添加了一些第三方maven依赖项

        <dependency>
            <groupId>com.sun.jersey</groupId>
            <artifactId>jersey-client</artifactId>
            <version>1.19</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <version>2.8.2</version>
            <scope>compile</scope>
        </dependency>

当我开始Jira时,我遇到了Jira Locked错误。当我删除那些maven依赖项并重新启动时,一切正常。吉拉正在工作。我哪里错了?是否有任何特殊方法为Jira插件添加maven依赖项?

enter image description here

1 个答案:

答案 0 :(得分:0)

如果您还没有尝试过official Atlassian故障排除指南,那么这是您应该做的第一件事。

您可以尝试停止Jira,删除这些文件:

$JIRA_HOME/plugins/.bundled_plugins
$JIRA_HOME/plugins/.osgi_plugins

并尝试再次启动Jira。 同时确保Jira有足够的memory