Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 546 Bytes

ci-sauce

Maven Central

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