Maven Fails to collect dependencies at com.atlassian.jira:jira-api:jar:7.1.4

Hitesh Laware July 25, 2016

I am getting an error message when I run command atlas-run in C:\atlastutorial\helloworld-
[ERROR] Failed to execute goal on project helloworld: Could not resolve dependen
cies for project com.atlassian.tutorial:helloworld:atlassian-plugin:1.0-SNAPSHOT
: Failed to collect dependencies at com.atlassian.jira:jira-api:jar:7.1.4: Faile
d to read artifact descriptor for com.atlassian.jira:jira-api:jar:7.1.4: Could n
ot transfer artifact com.atlassian.jira:jira-api:pom:7.1.4 from/to atlassian-pub
lic (https://maven.atlassian.com/repository/public): The target server failed to
respond -> [Help 1]

I tried to change JIRA version in pom.xml to 7.1.0 and 7.1.4, but It doesn't work for me.
Please help.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Roman Samorodov
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.
November 29, 2016

Hi all!

I had the same problem "Failed to collect dependencies..." but finally I resolved it. This was just a proxy trouble.

Steps to go:

  1. Install cntlm from HERE. And follow the instructions carefully
  2. Open %SDK DIRECTORY%\apache-maven-3.2.1\conf\settings.xml
    Use this code in <proxy> area:

    <proxy>
    <active>true</active>
    <protocol>http</protocol>
    <host>127.0.0.1</host>
    <port>3128</port>
    </proxy>
    <proxy>
    <active>true</active>
    <protocol>https</protocol>
    <host>127.0.0.1</host>
    <port>3128</port>
    </proxy>

0 votes
Robert Krause
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.
July 25, 2016

Can you add your pom.xml and plugin.xml?

TAGS
AUG Leaders

Atlassian Community Events