Hi, I will develop plugin for Jira. But I can't import some libraries. It is included as a dependency in the pom.xml file. However, intellij gives the following warning: Cannot resolve symbol 'atlassian' or unused import statement. Example:
As a result of Add maven dependency, no results.
Is the way pom.xml creation correct?
I would appreciate your help.
I solved the problem. It can be helpful for beginners. I'm sharing below.
Intellij IDEA ->File->Settings->Build, Execution, Deployment->Maven
Maven home directory: C:/Applications/Atlassian/atlassian-plugin-sdk-x.x.x/apache-maven-x.x.x
User settings file: C:\Applications\Atlassian\atlassian-plugin-sdk-x.x.x\apache-maven-x.x.x\conf\settings.xml
should be chosen as.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.