This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 913ca64b4 Minor: Make sure that the artifacts are published (#3049)
913ca64b4 is described below

commit 913ca64b4f49dd0f10285522e72e5dc0e72e21c1
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Jul 26 09:38:07 2024 +0200

    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 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}")
 

Reply via email to