We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea20bb commit 3caec95Copy full SHA for 3caec95
.github/workflows/snapshots.yaml
@@ -78,4 +78,4 @@ jobs:
78
ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
79
run: |
80
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
+ mvn --settings settings.xml -U -B -e -fae -ntp -DskipTests -P !examples deploy
0 commit comments