blob: 54529e75c17a88529a88c9239840797006d95272 [file] [log] [blame]
#!/bin/bash
if [ -z "$MVN_STAGES" ]; then
export MVN_STAGES="install"
fi
export BATCH_MODE_FLAG=off
sh scripts/ci/build-core.sh $*