soabase/exhibitor

Document development setup for Exhibitor

rokka-n opened this issue · 3 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.