All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ma.exec-jar-plugin.1.0.6.source-code.script.sh.tpl Maven / Gradle / Ivy

Go to download

Creates executable jars containing their dependent jars instead of exploding the dependent jars into the main jar

There is a newer version: 1.0.8
Show newest version
#!/bin/bash
SCRIPT_NAME=${0}
JAR_DIR_PREFIX=$(dirname "${SCRIPT_NAME}")
java EXTRA_ARGS -jar $JAR_DIR_PREFIX/JAR_NAME $@




© 2015 - 2024 Weber Informatics LLC | Privacy Policy