build: make build fail if maven fails to generate the java indexer jar (#842)
This commit is contained in:
@@ -29,6 +29,9 @@ cd $ROOT_DIR/
|
||||
|
||||
cd java_indexer
|
||||
|
||||
# exit when any command fails
|
||||
set -e
|
||||
|
||||
echo -e $INFO "cleaning and building java_indexer.jar"
|
||||
mvn clean package
|
||||
|
||||
|
||||
Reference in New Issue
Block a user