Skip to content

Developer documentation

Alex Newman edited this page Mar 4, 2014 · 4 revisions

How to create an eclipse project

mvn generate-test-resources eclipse:eclipse

How to release

mvn release:clean
mvn release:prepare -DautoVersionSubmodules=true
mvn release:perform

close then release the staging repo on Sonatype (need access rights)

Version of the thrift compiler to install

'thrift -version' should yield 'Thrift version 0.7.0'

Version of the protocol buffers compiler to install

'protoc --version' should yield 'libprotoc 2.4.1'