diff --git a/.gitignore b/.gitignore index 4c1469f31..359a49dbc 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,5 @@ hs_err_pid* **/transaction-logs/ pom.xml.versionsBackup -build/ \ No newline at end of file +build/ +!maven-wrapper.jar \ No newline at end of file diff --git a/build.sh b/build.sh new file mode 100644 index 000000000..21805a0d7 --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +./mvnw install -Dgit.commit.hash=$(git rev-parse HEAD) -DskipTests=true \ No newline at end of file