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

javaVertXServer.executer-batch.mustache Maven / Gradle / Ivy

The newest version!
#!/bin/sh

export TARGET_OUTPUT="target"

if [ ! -d "$TARGET_OUTPUT" ]; then
    echo "Control will enter here if $TARGET_OUTPUT doesn't exist. Therefore build operation going to start."
    mvn clean install
fi

java -jar target/{{artifactId}}-{{artifactVersion}}-fat.jar -conf config.json




© 2015 - 2025 Weber Informatics LLC | Privacy Policy