Skip to content
forumbyr edited this page Mar 11, 2015 · 11 revisions

Develop With Eclipse

  1. Download and install maven 3.x : maven download&install

  2. Fork this project on github, and clone to your workspace. $YOUR_GITHUB_USERNAME is your username.

    git clone http://github.com/$YOUR_GITHUB_USERNAME/rdap.git
    cd rdap/rdap-service
    mvn eclipse:eclipse -Dwtpversion=1.0
    
  3. Import the following project to eclipse:

       rdap-service 
    

Code Conversion

We follows Checkstyle conventions. Refer to this checkstyle.xml config file for further detail.

Generate Java Doc

   mvn javadoc:javadoc -Dencoding=UTF-8