I am writing a simple command line app. It is springroo based, but not actually a web app. I'm getting a bit confused as to how I should package it up for delivery to someone else.
Currently I can run it in Eclipse- but it is referencing a bunch of jar files in my Maven repository. I can't really create a war file - because I don't have a web app server to run it on.
I don't want the user to have to go through a complicated installation procedure - nothing more complicated than unpacking a tarball.
So what strategy should I use? What am I missing?
Thanks.


Reply With Quote
