Unable to bring up Jira local dev box 10.6.1 due to maven dependency not found

Getting below error when running atlas sdk. Anyone faced this issue, any possible fixes

Executing: /opt/homebrew/Cellar/atlassian-plugin-sdk/9.1.1/libexec/apache-maven-3.9.8/bin/mvn com.atlassian.maven.plugins:amps-maven-plugin:9.1.1:run-standalone -gs /opt/homebrew/Cellar/atlassian-plugin-sdk/9.1.1/libexec/apache-maven-3.9.8/conf/settings.xml -Dproduct='jira' -Dproduct.version='9.6.1'
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- amps:9.1.1:run-standalone (default-cli) @ standalone-pom ---
[INFO] Google Analytics Tracking is enabled to collect AMPS usage statistics.
[INFO] Although no personal information is sent, you may disable tracking by adding <allowGoogleTracking>false</allowGoogleTracking> to the AMPS plugin configuration in your pom.xml
[INFO] Sending event to Google Analytics: AMPS:jira - Run Standalone
[INFO] Google Analytics Tracking is enabled to collect AMPS usage statistics.
[INFO] Although no personal information is sent, you may disable tracking by adding <allowGoogleTracking>false</allowGoogleTracking> to the AMPS plugin configuration in your pom.xml
[INFO] Sending event to Google Analytics: AMPS:jira - Run
[INFO]
[INFO] Starting jira... (see log at /Users/saurabh/workspace/standalone/amps-standalone-jira-9.6.1/target/jira-LATEST.log)
[INFO] Configured Artifact: com.atlassian.jira.plugins:jira-plugin-test-resources:9.6.1:zip
Downloading from maven-atlassian-public-snapshot: https://packages.atlassian.com/maven-public-snapshot/com/atlassian/jira/plugins/jira-plugin-test-resources/9.6.1/jira-plugin-test-resources-9.6.1.pom
Downloading from maven-atlassian-all: https://packages.atlassian.com/maven-public/com/atlassian/jira/plugins/jira-plugin-test-resources/9.6.1/jira-plugin-test-resources-9.6.1.pom
[WARNING] The POM for com.atlassian.jira.plugins:jira-plugin-test-resources:zip:9.6.1 is missing, no dependency information available
Downloading from maven-atlassian-public-snapshot: https://packages.atlassian.com/maven-public-snapshot/com/atlassian/jira/plugins/jira-plugin-test-resources/9.6.1/jira-plugin-test-resources-9.6.1.zip
Downloading from maven-atlassian-all: https://packages.atlassian.com/maven-public/com/atlassian/jira/plugins/jira-plugin-test-resources/9.6.1/jira-plugin-test-resources-9.6.1.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.227 s
[INFO] Finished at: 2025-05-23T11:25:42+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-maven-plugin:9.1.1:run-standalone (default-cli) on project standalone-pom: Unable to find/resolve artifact.: The following artifacts could not be resolved: com.atlassian.jira.plugins:jira-plugin-test-resources:zip:9.6.1 (absent): com.atlassian.jira.plugins:jira-plugin-test-resources:zip:9.6.1 was not found in https://repo1.maven.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[INFO] Running Shutdown Hook
[INFO] jira: Shutting down
Exception in thread "AMPS product shutdown" java.lang.IllegalStateException: Unable to shut down products in shutdown hook
	at com.atlassian.maven.plugins.amps.RunMojo.lambda$addStopProductsShutdownHook$0(RunMojo.java:244)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.maven.plugin.MojoExecutionException: Exception while stopping the products
	at com.atlassian.maven.plugins.amps.AbstractProductHandlerMojo.stopProducts(AbstractProductHandlerMojo.java:940)
	at com.atlassian.maven.plugins.amps.RunMojo.lambda$addStopProductsShutdownHook$0(RunMojo.java:242)
	... 1 more
Caused by: java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: com/atlassian/maven/plugins/amps/product/manager/Containers
	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:205)
	at com.atlassian.maven.plugins.amps.AbstractProductHandlerMojo.shutDown(AbstractProductHandlerMojo.java:961)
	at com.atlassian.maven.plugins.amps.AbstractProductHandlerMojo.stopProducts(AbstractProductHandlerMojo.java:933)
	... 2 more
Caused by: java.lang.NoClassDefFoundError: com/atlassian/maven/plugins/amps/product/manager/Containers
	at com.atlassian.maven.plugins.amps.product.manager.WebAppManagerImpl.getContainer(WebAppManagerImpl.java:352)
	at com.atlassian.maven.plugins.amps.product.manager.WebAppManagerImpl.stopWebapp(WebAppManagerImpl.java:441)
	at com.atlassian.maven.plugins.amps.product.AbstractWebappProductHandler.stop(AbstractWebappProductHandler.java:55)
	at com.atlassian.maven.plugins.amps.AbstractProductHandlerMojo.lambda$shutDown$1(AbstractProductHandlerMojo.java:955)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	... 1 more
Caused by: java.lang.ClassNotFoundException: com.atlassian.maven.plugins.amps.product.manager.Containers
	at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:42)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:225)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:210)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:205)
	... 9 more
Running Jira 9.6.1
No valid params provided
1 Like