Active Objects is an ORM (object relational mapping) layer in Atlassian products, provided via the Active Objects Plugin.
The active objects project uses maven for its build. To build:
-
Install maven (3.3.3 or above):
- you can find all about maven at maven.apache.org
- install instructions are here
-
Use the libraries from the
repositorydirectory by either:- Adding this directory as a repository to your maven configuration, or
- Copying the content of that repository to your local maven repository:
~/.m2/repository
-
From the root of the project, run:
mvn install -
That's it! You will find the active objects library under
${basedir}/activeobjects/target/activeobject-<version>.jar
Please see The Platform Rules of Engagement (go/proe) for committing to this module.
The Bamboo builds for this project are on EcoBAC
Please raise any issues you find with this module in JIRA