-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjreleaser.yml
43 lines (39 loc) · 874 Bytes
/
jreleaser.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
project:
vendor: Framefork
name: spring-properties-order-by-configurations
java:
groupId: "org.framefork"
multiProject: true
checksum:
individual: true
signing:
active: ALWAYS
mode: MEMORY
armored: true
checksums: false
deploy:
maven:
pomchecker:
version: "1.14.0"
failOnError: true
failOnWarning: true
mavenCentral:
sonatype:
active: RELEASE
url: https://central.sonatype.com/api/v1/publisher
applyMavenCentralRules: true
sign: true
retryDelay: 30
maxRetries: 100
namespace: "org.framefork"
stagingRepositories:
- build/staging-deploy
release:
github:
enabled: true
overwrite: true
tagName: "v{{projectVersion}}"
releaseName: "{{tagName}}"
commitAuthor:
name: 'Framefork BOT'
email: '[email protected]'