Can't add jira-core library to my plugin

Znaevm November 23, 2017

I add next dependency to pom.xml in my plugin:

<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-core</artifactId>
<version>7.5.0</version>
<scope>provided</scope>
</dependency>

 But maven can't find .jar file.  What is problem?image.pngIn local repository i find this filesimage.png

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 23, 2017

Hello,

Try to go to the folder where your plugin is and run

atlas-mvn clean package

Have a look if the build is successful or not.

S N August 16, 2019

You are my hero man, you totally saved me, thank you!

Suggest an answer

Log in or Sign up to answer