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
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>
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.