-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Guide
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
- File -> New -> Checkout Maven Projects From SCM
- Select the git connector
- https://github.com/danielburrell/rest2java.git
##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