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?In local repository i find this files
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.
You are my hero man, you totally saved me, thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.