Skip to content

Commit 464c55d

Browse files
committed
exclude example module from build/deploy step
1 parent 8048081 commit 464c55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_jdk21_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
dbus-daemon --session --fork --address unix:path=/tmp/dbustest,guid=$(echo $RANDOM | md5sum | cut -d ' ' -f 1)
3939
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/dbustest
40-
mvn -B deploy --file pom.xml
40+
mvn -B -pl '!dbus-java-examples' deploy --file pom.xml
4141
env:
4242
MAVEN_USERNAME: ${{ secrets.MVN_SNAPSHOT_USER }}
4343
MAVEN_PASSWORD: ${{ secrets.MVN_SNAPSHOT_PW }}

0 commit comments

Comments
 (0)