This is an automated email from the ASF dual-hosted git repository.
rskraba pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new 21d655ba98 [CI]: Fix for snapshot publishing 1.11
21d655ba98 is described below
commit 21d655ba98ca31dd2a5b5035e59250b19dc695bf
Author: Ryan Skraba <[email protected]>
AuthorDate: Wed Dec 3 21:38:42 2025 +0100
[CI]: Fix for snapshot publishing 1.11
---
.github/workflows/java-publish-snapshot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/java-publish-snapshot.yml
b/.github/workflows/java-publish-snapshot.yml
index 92ee5e3d66..174b6f5c17 100644
--- a/.github/workflows/java-publish-snapshot.yml
+++ b/.github/workflows/java-publish-snapshot.yml
@@ -59,4 +59,4 @@ jobs:
ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
run: |
echo
"<settings><servers><server><id>apache.snapshots.https</id><username>$ASF_USERNAME</username><password>$ASF_PASSWORD</password></server></servers></settings>"
> settings.xml
- mvn --settings settings.xml -U -B -e -fae -ntp -DskipTests deploy
+ mvn --settings settings.xml -U -B -e -fae -ntp -DskipTests
-Darchetype.test.skip=true deploy