javaVertXServer.executer-batch.mustache Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vertx-swagger-codegen Show documentation
Show all versions of vertx-swagger-codegen Show documentation
A Swagger codegen plugin for Vert.X. Based on the Swagger Router.
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