Narrow the scope of the install
diff --git a/tests.sh b/tests.sh
index 2a88e3d..f7397c1 100755
--- a/tests.sh
+++ b/tests.sh
@@ -222,7 +222,7 @@
   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() {