I think it would be useful if the build created a tarball containing at least the following items. This would make it easy for a user to run the proxy.
| File |
Description |
| conf/proxy-env.sh |
Bash code that sets up the classpath with deps like accumulo |
| conf/proxy.properties |
Properties needed for Accumulo and the proxy |
| lib/accumulo2-proxy-1.0.0.jar |
The proxy java code |
| bin/accumulo-proxy |
A script that sources proxy-env.sh and then runs the proxy passing in proxy.properties |
The source for the scripts and configuration could be placed in src/main/scripts and src/main/config in this repo.