Thanks for taking time out and responding to me.
Let me give a bit more background on why I want to do this.. perhaps there is a better way and I am going down the wrong road.
I have a postman api testing script that lives in a repository.. I want to run a nightly build from the repo, it picks up the script, routes it through zap and then captures the security testing report.
I use Jenkins to run the nightly builds, my apps are deployed into open shift and pivotal cloud foundry platform.
The idea behind creating an uber jar is to then deploy it into open shift / pivotal cloud foundry as a runnable jar like any other application.. and then proxy the postman requests through it.
Is there any way to do this ?
or perhaps a better way to achieve a similar result ?