The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Unresolvable parent POM in Jira Rest Java Client

Godsim
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 6, 2022

Hi everyone,

I need to write an application, that connects to the REST API of our Jira instance and   
since I can't find any ready-to-go jar of the jira-rest-java-client from Atlassian Bitbucket I wanted to create it myself by cloning it and adding the Atlassian Maven Repo Proxy to my  settings.xml as suggested at Developer.Atlassian.

Unfortunately I still can not package the API client, since the dependency of the parent POM
remains unresolvable.

<parent>
<groupId>com.atlassian.pom</groupId>
<artifactId>public-pom</artifactId>
<version>5.0.8</version>
</parent>

 

 This problem might be recurring since it was already reported in 2019 here Atlassian Community

Any help would be highly appreciated!

 

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.