Skip to content

Commit 082457c

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: maven publish take 3
1 parent 59160d1 commit 082457c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# gpg-passphrase: GPG_PASSPHRASE
2424
# Build and publish to a local Maven repository for testing
2525
- 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
26+
run: mvn --batch-mode clean install deploy -Dgpg.skip=true -DskipTests=true -DskipNexusStaging=true -DaltDeploymentRepository=local::default::file://$HOME/.m2/repository
2727

2828
# - name: Publish package
2929
# run: mvn --batch-mode -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy

0 commit comments

Comments
 (0)