Forums

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

Unable to run HelloWorld Plugin

benoit_marlet
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!
June 24, 2025

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 

1 answer

0 votes
Ramakrishna _RK_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 28, 2025

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.

  • atlas-run --no-plugin-scan

Please test above any of the workaround, if it works please accept the answer.

 

Best Regards

RK

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events