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:
- Download the
javax.mailJar from Sun's website. - 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:
- Download the javax.transaction:jta:jar Jar from Sun's website.
- Install it on your local machine by entering the following command in a terminal:







Add Comment