This question is in reference to Atlassian Developer Documentation: Create a HelloWorld Plugin Project
The POM files are missing I get the following warnings:
[WARNING] The POM for com.atlassian.tenant:atlassian-tenant-context-api:jar:0.1.2 is missing, no dependency information available
[WARNING] The POM for com.atlassian.workcontext:atlassian-work-context-api:jar:0.7.1 is missing, no dependency information available
My build then fails - with the related responses:
[ERROR] Failed to execute goal on project helloworld: Could not resolve dependencies for project com.atlassian.tutorial:helloworld:atlassian-plugin:1.0.0-SNAPSHOT: The following artifacts could not be resolved: com.atlassian.tenant:atlassian-tenant-context-api:jar:0.1.2, com.atlassian.workcontext:atlassian-work-context-api:jar:0.7.1: Failure to find com.atlassian.tenant:atlassian-tenant-context-api:jar:0.1.2 in https://maven.atlassian.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of atlassian-public has elapsed or updates are forced -> [Help 1]
Can someone advise what I need to do to get moving again? Thanks!
This appears to be a mismatch in versions with JIRA and the SDK. A workaround is available by changing the JIRA version in the POM. A ticket with the details can be found here:
https://ecosystem.atlassian.net/browse/ATLASSDK-35
This works for me a treat!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.