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 904abd2 commit 4d9b169Copy full SHA for 4d9b169
.github/workflows/maven-publish.yml
@@ -33,4 +33,4 @@ jobs:
33
]
34
output_file: /home/runner/.m2/settings.xml
35
- name: publish package
36
- run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -P release
+ run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} clean deploy -P release -pl '!webull-java-sdk-example'
0 commit comments