From 913ca64b4f49dd0f10285522e72e5dc0e72e21c1 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Fri, 26 Jul 2024 09:38:07 +0200 Subject: [PATCH] Minor: Make sure that the artifacts are published (#3049) --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 2598148e024..e65df4b4620 100755 --- a/build.sh +++ b/build.sh @@ -157,6 +157,9 @@ do # runs RAT on artifacts mvn -N -P rat antrun:run verify + # install java artifacts required by other builds and interop tests + mvn -B install -DskipTests + mkdir -p dist (cd build; tar czf "../dist/${SRC_DIR}.tar.gz" "${SRC_DIR}")