templates.start-windows.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!
#if(!$echo.equals("all"))
@echo off
#end
setLocal
cd %~dp0..
#if ($preStart)
$preStart
#end
#if (!$opts.isEmpty())
SET "JAVA_OPTS=%JAVA_OPTS% $opts"
#end
#if (!$args.isEmpty())
SET "JAVA_ARGS=%JAVA_ARGS% $args"
#end
#if($echo.equals("java"))
@echo on
#end
java %JAVA_OPTS% -jar $jar %JAVA_ARGS%
© 2015 - 2025 Weber Informatics LLC | Privacy Policy