Skip to content

Commit 3caec95

Browse files
committed
Disables Examples from being deployed as SNAPSHOT artifacts
1 parent 7ea20bb commit 3caec95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshots.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
7979
run: |
8080
echo "<settings><servers><server><id>apache.snapshots.https</id><username>$ASF_USERNAME</username><password>$ASF_PASSWORD</password></server></servers></settings>" > settings.xml
81-
mvn --settings settings.xml -U -B -e -fae -ntp -DskipTests deploy
81+
mvn --settings settings.xml -U -B -e -fae -ntp -DskipTests -P !examples deploy

0 commit comments

Comments
 (0)