Skip to content

Commit

Permalink
build: Removed maven publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 3, 2023
1 parent 03f6da0 commit f6ad58b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@ 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: RELEASE
# url: https://s01.oss.sonatype.org/service/local
# closeRepository: true
# releaseRepository: true
# stagingRepositories:
# - build/repos/local/release

announce:
slack:
Expand Down

0 comments on commit f6ad58b

Please sign in to comment.