I'm trying to integrate the atlassian SDK in my intellij IDEA. But when i try to compile it gives following error:
Unresolveable build extension: Plugin com.atlassian.maven.plugins:maven-jira-plugin:6.3.15 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:maven-jira-plugin:jar:6.3.15 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 2]
[ERROR] Unknown packaging: atlassian-plugin @ line 19, column 16
Any help on this?
Here is the solution that worked for me: (solved both the unknown packaging error and the Unresolvable build extension)
Same for me. I created a plugin from cmd. Then I opened it in IDEA and it cannot resolve class:
com.atlassian.sal.api.ApplicationProperties;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.