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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.