Skip to content

Commit

Permalink
build: Restored publishing to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Mar 19, 2024
1 parent ba4f5a7 commit a472256
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,17 @@ signing:
active: ALWAYS
armored: true

#deploy:
# maven:
# nexus2:
# maven-central:
# active: RELEASE
# url: https://s01.oss.sonatype.org/service/local
# closeRepository: true
# releaseRepository: true
# stagingRepositories:
# - build/repos/local/release
deploy:
maven:
nexus2:
maven-central:
active: ALWAYS
url: https://s01.oss.sonatype.org/service/local
snapshotUrl: https://s01.oss.sonatype.org/content/repositories/snapshots/
closeRepository: true
releaseRepository: true
stagingRepositories:
- build/repos/local/release

announce:
slack:
Expand Down

0 comments on commit a472256

Please sign in to comment.