blob: 9d05b97db905203552e075fdbfec5fda1746f920 [file] [log] [blame]
#!/bin/bash
echo "*******************************************************"
echo "Building Pinot components"
echo "*******************************************************"
cd ..
mvn install -DskipTests -pl pinot-common,pinot-core,pinot-api -am -Pbuild-shaded-jar || exit 1
cd thirdeye
echo "*******************************************************"
echo "Building ThirdEye"
echo "*******************************************************"
mvn install -DskipTests || exit 1