blob: 423718f8dc7a16cc1bc9ff1c3abb9c498a6b394f [file] [log] [blame] [raw]
#!/bin/sh
# Run script within the directory
BINDIR=$(dirname "$(readlink -fn "$0")")
cd "$BINDIR"
# Build Glowstone
(cd .. && mvn -Dmaven.test.skip=true -T 1C -B package)