This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-publish in repository https://gitbox.apache.org/repos/asf/avro.git
commit b6b0bd29a735d55ae7d25f08757e02a346a2e729 Author: Fokko Driesprong <[email protected]> AuthorDate: Fri Jul 26 09:28:07 2024 +0200 Minor: Make sure that the artifacts are published --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 2598148e0..e65df4b46 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}")
