Bamboo 2.1 : Working with Sun JAVA libraries
This page last changed on Nov 28, 2007 by rosie@atlassian.com.
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: ....... <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.3.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>jta</groupId> <artifactId>jta</artifactId> <version>1.0.1</version> <scope>compile</scope> </dependency> ....... 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:
To install javax.transaction:jta:jar JAR into your local Maven2 repository:
|
![]() |
Document generated by Confluence on Mar 02, 2009 18:52 |