This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 3caec9571 Disables Examples from being deployed as SNAPSHOT artifacts
3caec9571 is described below
commit 3caec95712144d1df0a6ccbc3888d0d62f6a71f3
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu May 23 10:56:37 2024 +0200
Disables Examples from being deployed as SNAPSHOT artifacts
---
.github/workflows/snapshots.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/snapshots.yaml b/.github/workflows/snapshots.yaml
index 1fae284f4..65d54c567 100644
--- a/.github/workflows/snapshots.yaml
+++ b/.github/workflows/snapshots.yaml
@@ -78,4 +78,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
\ No newline at end of file
+ mvn --settings settings.xml -U -B -e -fae -ntp -DskipTests -P
!examples deploy
\ No newline at end of file