Cant start jira 9.0.0-EAP01 via atlas-run-standalone

Maksim Malikov January 20, 2022

Hi, i tried to start application, using "atlas-run-standalone --product jira --version 9.0.0-m0002". I tried to specify the versions in different ways(9.0.0, 9.0, 9, 9.0.0-EAP01), but the result is the same.

os version - ubuntu 20.04;

openjdk version - 1.8.0_312

javac version - 11.0.13

atlassian-plugin-sdk version - 8.2.8

maksim@maksim-desktop:~/work/std$ atlas-run-standalone --product jira --version 9.0.0-m0002
Executing: /usr/share/atlassian-plugin-sdk-8.2.8/apache-maven-3.5.4/bin/mvn com.atlassian.maven.plugins:amps-maven-plugin:8.1.2:run-standalone -gs /usr/share/atlassian-plugin-sdk-8.2.8/apache-maven-3.5.4/conf/settings.xml -Dproduct='jira' -Dproduct.version='9.0.0-m0002'
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- amps-maven-plugin:8.1.2: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 /home/maksim/work/std/amps-standalone-jira-9.0.0-m0002/target/jira-LATEST.log)
[INFO] Configured Artifact: com.atlassian.jira.plugins:jira-plugin-test-resources:9.0.0-m0002:zip
[WARNING] The POM for com.atlassian.jira.plugins:jira-plugin-test-resources:zip:9.0.0-m0002 is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.572 s
[INFO] Finished at: 2022-01-21T12:11:24+06:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.atlassian.maven.plugins:amps-maven-plugin:8.1.2:run-standalone (default-cli) on project standalone-pom: Unable to find/resolve artifact.: Failure to find com.atlassian.jira.plugins:jira-plugin-test-resources:zip:9.0.0-m0002 in https://maven.atlassian.com/repository/public was cached in the local repository, resolution will not be reattempted until the update interval of atlassian-public has elapsed or updates are forced -> [Help 1]

 

1 answer

0 votes
Maxime Lefebvre _Okapya_
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.
January 27, 2022

9.0.0-m0002 does not actually exists in their maven repository, but they have 9.0.0-m0001

Not sure if it's a mistake from their post of if it's not yet released to public / on a different repository

Suggest an answer

Log in or Sign up to answer