Narrow the scope of the install

This commit is contained in:
Jason Lunn 2021-10-06 17:27:43 -04:00
parent 2ed8173481
commit 0d3f95d7ae

View File

@ -222,7 +222,7 @@ internal_build_java() {
cp -r java $dir
cd $dir && $MVN clean
# Skip tests here - callers will decide what tests they want to run
$MVN install -Dmaven.test.skip=true
$MVN install -pl util -Dmaven.test.skip=true
}
build_java() {