soabase / exhibitor

ZooKeeper co-process for instance monitoring, backup/recovery, cleanup and visualization.

Home Page:https://groups.google.com/forum/#!topic/exhibitor-users/PVkcd88mk8c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document development setup for Exhibitor

rokka-n opened this issue · comments

Can somebody explain how this project is supposed to be build?

I wanted to make a simple change in one of the classes, but producing working jar file is next to impossible.

The code on master is now built with Maven. So, normal Maven commands to build the JAR (e.g. mvn clean install). What you do next depends on what kind of artifact you want. If you want the standalone version see here: https://github.com/soabase/exhibitor/wiki/Building-Exhibitor

We should probably add a doc explaining how to setup local dev environment in terms of developing Exhibitor itself.