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 59160d1 commit 082457cCopy full SHA for 082457c
.github/workflows/maven-publish.yml
@@ -23,7 +23,7 @@ jobs:
23
# gpg-passphrase: GPG_PASSPHRASE
24
# Build and publish to a local Maven repository for testing
25
- name: Build and Publish to Local Maven Repository
26
- run: mvn --batch-mode clean install deploy -Dgpg.skip=true -DaltDeploymentRepository=local::default::file://$HOME/.m2/repository
+ run: mvn --batch-mode clean install deploy -Dgpg.skip=true -DskipTests=true -DskipNexusStaging=true -DaltDeploymentRepository=local::default::file://$HOME/.m2/repository
27
28
# - name: Publish package
29
# run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy
0 commit comments