forked from TimefoldAI/timefold-solver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jreleaser.yml
63 lines (60 loc) · 1.78 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
project:
java:
groupId: "ai.timefold.solver"
signing:
active: ALWAYS
armored: true
release:
github:
commitAuthor:
name: "Timefold Release Bot"
email: "[email protected]"
releaseName: "Timefold Solver Community Edition {{projectVersion}}"
draft: true
overwrite: false
sign: true
milestone:
close: true
name: "v{{projectVersion}}"
changelog:
formatted: ALWAYS
preset: "conventional-commits"
contentTemplate: ".github/workflows/release-changelog-template.md"
contributors:
format: "- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}"
hide:
uncategorized: true
categories:
- build
- ci
contributors:
- "Timefold Release Bot"
deploy:
maven:
nexus2:
maven-central:
active: ALWAYS
url: https://s01.oss.sonatype.org/service/local
# TODO Remove verifyPom tag, hack for https://github.com/jreleaser/jreleaser/issues/1397
verifyPom: false
closeRepository: true
releaseRepository: false
stagingRepositories:
- "target/staging-deploy"
artifactOverrides:
- groupId: ai.timefold.solver
artifactId: timefold-solver-core
sourceJar: false
javadocJar: false
- groupId: ai.timefold.solver
artifactId: timefold-solver-spring-boot-starter
sourceJar: false
javadocJar: false
- groupId: ai.timefold.solver
artifactId: timefold-solver-ide-config
sourceJar: true
javadocJar: false
- groupId: ai.timefold.solver
artifactId: timefold-solver-webui
sourceJar: true
javadocJar: false