blob: ae9f69735ac066cf7a63c75b5de25a3803b4384d [file] [log] [blame]
#!/bin/bash
# [Optional] Uncomment below lines to build with latest Pinot changes
# 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