atlassian-public-pom version 29.1 is not found in central

tm jee March 28, 2013

atlassian-public-pom doesn't seems to be in central. Any idea how to configure perhaps my settings.xml to get maven to pick this up please?

Thanks

1 answer

1 accepted

1 vote
Answer accepted
rverschoor
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.
March 28, 2013

You can find atlassian-public-pom version 29.1 (and other versions) at https://m2proxy.atlassian.com/repository/public

This is a snippet of the settings.xml from the plugin SDK:

<repositories>
         <repository>
           <id>atlassian-public</id>
           <url>https://m2proxy.atlassian.com/repository/public</url>
           <snapshots>
             <enabled>true</enabled>
             <updatePolicy>never</updatePolicy>
             <checksumPolicy>warn</checksumPolicy>
           </snapshots>
           <releases>
             <enabled>true</enabled>
             <checksumPolicy>warn</checksumPolicy>
           </releases>
       </repositories>

tm jee April 2, 2013

Thanks Rene.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events