ma.exec-jar-plugin.1.0.6.source-code.script.sh.tpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exec-jar-plugin Show documentation
Show all versions of exec-jar-plugin Show documentation
Creates executable jars containing their dependent jars instead of exploding the dependent jars into the main jar
#!/bin/bash
SCRIPT_NAME=${0}
JAR_DIR_PREFIX=$(dirname "${SCRIPT_NAME}")
java EXTRA_ARGS -jar $JAR_DIR_PREFIX/JAR_NAME $@