blob: b4f576730a4a739cf8d17d0d520402be208e580b [file] [log] [blame]
#!/bin/bash
# stop execution if any command fails (i.e. exits with status code > 0)
set -e
# trace commands
set -x
# Temporary workaround with Surefire on Debian with Java 8
# https://issues.apache.org/jira/browse/SUREFIRE-1588
# https://stackoverflow.com/questions/53010200/maven-surefire-could-not-find-forkedbooter-class
export _JAVA_OPTIONS=-Djdk.net.URLClassPath.disableClassPathURLCheck=true
mvn -V clean install