templates.start-linux.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easypack-maven-plugin Show documentation
Show all versions of easypack-maven-plugin Show documentation
Maven plugin for building Java applications in tar, zip and tar.gz format.
The newest version!
#!/bin/bash #if($echo.equals("all"))-x #end
cd `dirname $0`/..
#if ($preStart)
$preStart
#end
#if (!$opts.isEmpty())
JAVA_OPTS="$JAVA_OPTS $opts"
#end
#if (!$args.isEmpty())
JAVA_ARGS="$JAVA_ARGS $args"
#end
#if($echo.equals("java"))
set -x
#end
java $JAVA_OPTS -jar $jar $JAVA_ARGS
© 2015 - 2025 Weber Informatics LLC | Privacy Policy