Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×i Team,
I am trying to learn plugin development by following below link:
https://developer.atlassian.com/server/framework/atlassian-sdk/run-your-plugin-in-the-container/
I am using the command to build the "/test" path in jira. But i am facing
[ERROR] Unresolveable build extension: Plugin com.atlassian.maven.plugins:maven-refapp-plugin:6.3.13 or one of its dependencies could not be resolved: Failure to find com.atlassian.maven.plugins:maven-refapp-plugin:jar:6.3.13
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
in pop.xml file. The dependencies mentioned in the AdminUI project at pom.xml location is showing above error while running it. Could you please help me as i have tried everything but it is not working.
Also let me know if you can help with updated commands to learn plugin development as i see the mentioned commands are quite older and sometime does not execute with certain JIRA versions.
Hi Chin,
I am not sure why the project is looking for the that version of maven plugin. I see
Please let us know why this plugin need this package. This is completely build with Atlassian Commands for plugin skeleton creation.
--Avinash Gautam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is the package used by the amps-xxx build plugin to package the code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.