Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I'm running the helloword example but I get an error

AMAG Manager May 10, 2016

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!

 

1 answer

0 votes
AMAG Manager May 11, 2016

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!

Suggest an answer

Log in or Sign up to answer