Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,036
Community Members
 
Community Events
184
Community Groups

bamboo docker plugin source code

Hi,

Is it possible to get the proper source code of bamboo-docker-plugin-6.x.jar?

Actually I took the source code from below location, but when I configure it in eclipse it has lot of dependencies which are not available in maven repo

https://bitbucket.org/atlassian/bamboo-docker-plugin/downloads/?tab=tags

1 answer

0 votes
Steffen Opel _Utoolity_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 07, 2018 • edited

I've just verified that I can build the Bamboo Docker Plugin via the Atlassian Plugin SDK and Maven >= 3.2.5 (the SDK ships with Maven 3.2.1). This is probably the simplest way to gain access to the required Atlassian Maven Repositories that make those Atlassian dependencies available to your builds (they are not published to Maven Central). That being said, you can alternatively also add the Atlassian Plugin Repository to your own Maven installation of course:

We recommend that you use the Maven instance installed with the SDK, which is already configured to rely on the required repositories. However, if for some reason you are attempting to use a settings.xml file that was not installed with the Atlassian SDK, you will likely encounter problems resolving dependencies required by the SDK commands. To prevent these problems, add the pluginGroups and profile elements to your local settings.xml file:

<pluginRepository>
    <id>atlassian-plugin-sdk</id>
    <url>file://${env.ATLAS_HOME}/repository</url>
     <releases>
        <enabled>true</enabled>
        <checksumPolicy>warn</checksumPolicy>
      </releases>
      <snapshots>
         <enabled>false</enabled>
      </snapshots>
 </pluginRepository>

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events