Documentation for Bamboo 4.0.x. Documentation for earlier versions of Bamboo is available too.

Skip to end of metadata
Go to start of metadata

Due to licensing restrictions, we are not allowed to re-distribute native SUN libraries through our maven2 public repositories.

If you are developing plugins for Bamboo or building Bamboo from source, you might need javax.mail and javax.transaction:jta:jar for Bamboo to build successfully. The relevant POMs for this look something like this:

Before building, please install the Sun JAR's into your local Maven2 repositories by following the instructions below.

To install the javax.mail JAR into your local Maven2 repository:
  1. Download the javax.mail Jar from Sun's website.
  2. Install it on our your local machine by entering the following command in a terminal:
To install javax.transaction:jta:jar JAR into your local Maven2 repository:
  1. Download the javax.transaction:jta:jar Jar from Sun's website.
  2. Install it on your local machine by entering the following command in a terminal:
Labels
  • None