Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
9 lines (7 sloc) 271 Bytes

Building

The project uses maven to generate executables and source bundles. To generate an executable that includes all dependencies do

mvn package

which will generate an executable jar file under the target directory.