maven-jira-plugin not found in repository

Paul Richards November 5, 2013

I have followed the instructions in this beginners tutorial:

https://developer.atlassian.com/display/JIRADEV/Writing+a+Plugin+Gadget+that+Shows+Days+Left+in+a+Version

When I do atlas-run, I get a build error:

POM 'com.atlassian.maven.plugins:maven-jira-plugin' not found in repository: Unable to download the artifact from any repository

Can anyone help, please?

4 answers

0 votes
RambanamP
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 5, 2013

can you share your pom.xml?

0 votes
rambabu patina
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 5, 2013
0 votes
Bhushan Nagaraj
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 5, 2013

Hey Paul,

Are you behing a firewall? Most likely that you are unable to connect to the remote repository.

You can manually download the plugin from here although if this is the first time you are running the atlas commands, maven needs a lot of dependencies.

https://maven.atlassian.com/content/repositories/public/maven/maven-jira-plugin/

And here is how to install a jar

http://maven.apache.org/guides/mini/guide-3rd-party-jars-local.html

0 votes
Paul Richards November 5, 2013
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
 

Project ID: com.atlassian.maven.plugins:maven-jira-plugin
 
Reason: POM 'com.atlassian.maven.plugins:maven-jira-plugin' not found in repository: Unable to download the artifact from any repository
 
com.atlassian.maven.plugins:maven-jira-plugin:pom:3.0.4
 
from the specified remote repositories:
 atlassian-plugin-sdk (file://C:\Users\evmss27\atlassian-plugin-sdk/repository)
,
 central (http://repo1.maven.org/maven2),
 atlassian-public (https://maven.atlassian.com/repository/public)
 
for project com.atlassian.maven.plugins:maven-jira-plugin

Suggest an answer

Log in or Sign up to answer