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

JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git


The following commit(s) were added to refs/heads/main by this push:
     new b5cdbd8  ci: make Java release deploy more stable (#44)
b5cdbd8 is described below

commit b5cdbd89f1341bfbb989c8e40b459db0c3323ad4
Author: QuakeWang <[email protected]>
AuthorDate: Mon May 25 14:05:39 2026 +0800

    ci: make Java release deploy more stable (#44)
---
 .github/workflows/release-java.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/release-java.yml 
b/.github/workflows/release-java.yml
index fc8696c..47ac843 100644
--- a/.github/workflows/release-java.yml
+++ b/.github/workflows/release-java.yml
@@ -164,13 +164,17 @@ jobs:
           gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
           gpg-passphrase: MAVEN_GPG_PASSPHRASE
 
+      - name: Show Maven version
+        run: mvn --version
+
       - name: Deploy to Apache Nexus staging
         working-directory: java
         run: |
           mvn clean deploy \
             -Prelease \
             -DskipTests \
-            -DretryFailedDeploymentCount=10
+            -DretryFailedDeploymentCount=10 \
+            -Daether.connector.basic.parallelPut=false
         env:
           MAVEN_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
           MAVEN_PASSWORD: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}

Reply via email to