Skip to content
Daniel Burrell edited this page Mar 19, 2015 · 6 revisions

This document serves as a brief guide to developers or maintainers looking to work with this library.

##Recommended Tooling Tooling depends on your role; either as a developer, a deployer, or both. ####Development

  • Java 7+
  • Github
  • Eclipse Java EE - Luna

####Deployment

  • Git Shell
  • Maven 3.2.5
  • Kleopatra
  • gpg

##Checkout In eclipse

##Build

  • Rightclick the project -> Maven Clean
  • Rightclick the project -> Maven Install

##Deploy

  • Open Git Shell
  • cd rest2java root directory
  • mvn clean deploy
  • mvn release:clean release:prepare
  • mvn release:perform
  • enter password for keyring access to sign each of the 4 artifacts

Clone this wiki locally