Hi, I am trying to create JIRA plugin to use atlas-create-jira-plugin which is working perfectly and plugin created but when i use atlas-run getting below error.
C:\Users\381531\JIRA\plugin02\1002>atlas-run
Executing: "C:\Applications\Atlassian\atlassian-plugin-sdk-8.0.7\apache-maven-3.5.4\bin\mvn.cmd" com.atlassian.maven.plugins:amps-dispatcher-maven-plugin:8.0.0:run -gs C:\Applications\Atlassian\atlassian-plugin-sdk-8.0.7\apache-maven-3.5.4/conf/settings.xml
Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook
Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:"C:\Program Files (x86)\HP\Sprinter\bin\java_shared\classes";"C:\Program Files (x86)\HP\Sprinter\\bin\java_shared\classes\jasmine.jar"
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
[INFO] Scanning for projects...
Downloading from atlassian-public: https://maven.atlassian.com/repository/public/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml from/to atlassian-public (https://maven.atlassian.com/repository/public): Connect to maven.atlassian.com:443 [maven.atlassian.com/18.136.214.22, maven.atlassian.com/18.136.214.23, maven.atlassian.com/18.136.214.21] failed: Connection refused: connect
[WARNING] Could not transfer metadata org.apache.maven.plugins:maven-resources-plugin/maven-metadata.xml from/to central (https://repo.maven.apache.org/maven2): Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.12.215] failed: Connection refused: connect
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.278 s
[INFO] Finished at: 2020-01-28T17:14:52+05:30
[INFO] ------------------------------------------------------------------------
[ERROR] Error resolving version for plugin 'org.apache.maven.plugins:maven-resources-plugin' from the repositories [local (C:\Users\381531\.m2\repository), atlassian-public (https://maven.atlassian.com/repository/public), atlassian-plugin-sdk (file://C:\Applications\Atlassian\atlassian-plugin-sdk-8.0.7/repository), central (https://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository -> [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/PluginVersionResolutionException
If this question is still relevant today,
Have a try running with "-X" to get more information about the failure, as suggested in the error log
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.