
.maven.plugins.application.1.6.2.source-code.launcher Maven / Gradle / Ivy
#!/bin/sh
# This file was generated by https://github.com/mlhartme/maven-application-plugin
APP="$0"
while [ -h "$APP" ] ; do
ls=$(ls -ld "$APP")
link=$(expr "$ls" : '.*-> \(.*\)$')
if expr "$link" : '/.*' > /dev/null; then
APP="$link"
else
APP=$(dirname "$APP")"/$link"
fi
done
NAME=$(basename "$APP")
APP=$(dirname "$APP")
APP=$(cd "$APP" && pwd)
APP="$APP/$NAME"
PATH=${{path}}
JAVA=${{java}}
OPTIONS=${{options}}
MAIN=${{main}}
NAME=${{name}}
${{extensions}}
$JAVA $OPTIONS $${{optionsVariable}} -cp "$APP" $MAIN "$@"
exit $?
© 2015 - 2025 Weber Informatics LLC | Privacy Policy