-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathjreleaser.yml
62 lines (57 loc) · 1.58 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
project:
name: Microcks Operator
description: Microcks Kubernetes Operator
longDescription: Open source, cloud native tool for API Mocking and Testing
copyright: The Microcks Authors
java:
version: 17
signing:
active: ALWAYS
armored: true
assemble:
archive:
microcks-operator:
active: ALWAYS
stereotype: NONE
options:
longFileMode: POSIX
formats:
- ZIP
- TGZ
fileSets:
- input: target/staging-deploy
includes:
- '**/*.*'
files:
active: ALWAYS
artifacts:
- path: 'target/site/microcks-operator-{{projectVersion}}.spdx-sbom.json'
- path: 'api/target/site/microcks-kube-api-{{projectVersion}}.spdx-sbom.json'
- path: 'operator/target/site/microcks-kube-operator-{{projectVersion}}.spdx-sbom.json'
deploy:
maven:
nexus2:
sonatype:
active: ALWAYS
snapshotSupported: false
url: https://oss.sonatype.org/service/local
snapshotUrl: https://oss.sonatype.org/content/repositories/snapshots
stagingProfileId: c3fae58a8dda9
closeRepository: false
releaseRepository: false
stagingRepositories:
- target/staging-deploy
pomchecker:
failOnWarning: false
failOnError: false
strict: false
release:
github:
overwrite: true
releaseName: '{{tagName}}'
tagName: '{{projectVersion}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'