Skip to content

Commit 715a7c3

Browse files
committed
Add maven publishing block to jreleaser
1 parent f29eae4 commit 715a7c3

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

jreleaser.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,25 @@ release:
2222
formatted: ALWAYS
2323
preset: conventional-commits
2424
contributors:
25-
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
25+
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
26+
27+
signing:
28+
active: RELEASE
29+
mode: MEMORY
30+
armored: true
31+
verify: true
32+
artifacts: true
33+
checksums: true
34+
files: false
35+
36+
deploy:
37+
maven:
38+
nexus2:
39+
maven-central:
40+
active: RELEASE
41+
url: https://s01.oss.sonatype.org/service/local
42+
applyMavenCentralRules: true
43+
stagingRepositories:
44+
- target/staging-deploy
45+
closeRepository: true
46+
releaseRepository: true

0 commit comments

Comments
 (0)