Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.
Ari Kamen edited this page Oct 24, 2016 · 6 revisions

Documentation

Please see the Development Notes page for the hub-bamboo project for development notes to build the plugin.

1.0.0 - Requires Atlassian Plugin SDK version 5.0.13. You must install the SDK before you can build this version of the plugin. To build the plugin, you must do the following:

  1. atlas-mvn clean - This removes the target folder and its contents (if it exists), providing you with a clean workspace in which to build.

  2. atlas-mvn package - This creates the local target folder, compiles the source, and create the plugin jar file. Then, you install this plugin jar file (file name hub-atlassian-config-1.0.0.jar) into the Add-Ons section of your Atlassian product server.

  3. You can use the atlas-run command to run the plugin locally on your machine.

Refer to the Atlassian SDK documentation for further information on installing and using the Atlassian SDK, located at:

https://developer.atlassian.com/docs/getting-started/set-up-the-atlassian-plugin-sdk-and-build-a-project

Clone this wiki locally