blob: 8a55f1edcd47a122110dd9d075c8355d48b9721a [file] [log] [blame]
#!/bin/bash
# Stop execution if any command fails (i.e. exits with status code > 0)
set -e
# Trace commands
set -x
# Default Maven build command
mvn -V clean install