Skip to content

Instantly share code, notes, and snippets.

@steve-todorov
Created March 4, 2019 01:24
Show Gist options
  • Save steve-todorov/cf94966ef106afbfa479921eb3198467 to your computer and use it in GitHub Desktop.
Save steve-todorov/cf94966ef106afbfa479921eb3198467 to your computer and use it in GitHub Desktop.
#!/bin/bash
# input folders:
# version : contains a file called number with the current version
# source-code : contains the source code
# output folders:
# build: contains the built jar
set -ex
ls -al
mvn clean install -DintegrationTests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment