Skip to content

Commit

Permalink
Add maven publishing block to jreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Nov 14, 2023
1 parent f29eae4 commit 715a7c3
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,25 @@ release:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'

signing:
active: RELEASE
mode: MEMORY
armored: true
verify: true
artifacts: true
checksums: true
files: false

deploy:
maven:
nexus2:
maven-central:
active: RELEASE
url: https://s01.oss.sonatype.org/service/local
applyMavenCentralRules: true
stagingRepositories:
- target/staging-deploy
closeRepository: true
releaseRepository: true

0 comments on commit 715a7c3

Please sign in to comment.