diff --git a/build.sh b/build.sh index a9c72d363b..599242657b 100755 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ set -a # make sure the env vars are exported source <(etc/scripts/allocate-jboss-ports) -exec mvn "$@" +exec xvfb-run -a mvn "$@"