Compiling

If you are working with the PermeAgility source and have added features that you want to deploy as its own application.

To create a binary deployment jar:

mvn install

You will find the permeagility-<ver>.jar file in the target directory. 

You can distribute the jar file.  It is all that is needed to run PermeAgility.  If you want to provide a starter database, Name it starterdb.json.gz and put it in the directory with the jar, it will be used to build the database when the server is first started.