Hi,
I have tried build the HelloWorld plugin project provided in
https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/ on my Eclipse complier Version: 2019-06 (4.12.0) using Java version: 12.0.2 and found the following errors on the pom.xml:
Project build error: Unresolveable build extension: Plugin com.atlassian.maven.plugins:maven-jira-plugin:6.2.8 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:maven-jira-plugin:jar:6.2.8 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
Any idea on how I can go about resolving it?
Thanks