aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 075da74b7c7..d0593eb1dee 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -5,6 +5,8 @@ usage() {
echo "Usage: $0 [full | java | default]" >&2
}
+source /opt/rh/rh-maven33/enable
+
if [ $# -eq 0 ]; then
# Build minimal set of java modules required to run cmake
MODE=default