Hi
I'm trying to build example HelloWorld plugin :
https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/
And I get a 404 error during 'atlas-run' command :
[ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-dispatcher-maven-plugin:8.1.2:run (default-cli) on project myPlugin: Unable to execute mojo: Execution null of goal com.atlassian.maven.plugins:jira-maven-plugin:8.1.2:run failed: java.io.FileNotFoundException: https://marketplace.atlassian.com/rest/1.0/plugins/atlassian-plugin-sdk-windows -> [Help 1]
Does anyone can help me ? is there a workaround ?
Thank you all
Hi @benoit_marlet ,
Welcome to the Community!
From the error you provided it seems SDK is trying to fetch a plugin or dependency from deprecated Marketplace API endpoint.
Workaround 1:
Open your pom.xml
and remove or comment out any reference to the Atlassian Marketplace REST API under the distributionManagement
or plugin repositories section.
Workaround 2:
If you're just running a HelloWorld plugin locally and don't need any external dependencies, you can avoid the marketplace check.
Please test above any of the workaround, if it works please accept the answer.
Best Regards
RK
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.