blob: 67ad6e8e594b0edb02a6d15ba35cc7c2e3a0e509 [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-spi,pinot-java-client -am -Pbuild-shaded-jar || exit 1
# cd thirdeye
echo "*******************************************************"
echo "Building ThirdEye"
echo "*******************************************************"
mvn install -DskipTests || exit 1