This folder contains the common code for the Bamboo and Jenkins Sauce OnDemand plugins.
To build the plugin, you will need Maven 2.
To build (compile,test,jar) the plugin run:
mvn package
To release the plugin to maven central
mvn release:prepare release:perform
http://central.sonatype.org/pages/ossrh-guide.html for more details