Appassembler Maven-PlugIn

If you want to start your maven project from command line, you can simply use the Appassembler Maven-PlugIn. You created your distribution by executing:


mvn appassembler:assemble

Thr PlugIn creates two start scripts inside the bin directory.

If you need additional JARs in your classpath, like tools.jar, you should use the CLASSPATH_PREFIX environment variable.