Skip to content

Commit 0c95c8f

Browse files
authored
Update ci.yml
Skip the eclipse plugin for snapshot builds
1 parent 9d2225a commit 0c95c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ jobs:
8686
env:
8787
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
8888
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
89-
run: mvn source:jar deploy -B -DskipTests=true -Dinvoker.skip=true -Dmaven.javadoc.skip=true
89+
run: mvn -pl '!eclipse_plugin' source:jar deploy -B -DskipTests=true -Dinvoker.skip=true -Dmaven.javadoc.skip=true

0 commit comments

Comments
 (0)