-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjreleaser.yml
More file actions
69 lines (63 loc) · 1.56 KB
/
Copy pathjreleaser.yml
File metadata and controls
69 lines (63 loc) · 1.56 KB
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
64
65
66
67
68
69
project:
name: twinkle
description: Java TUI Library
longDescription: |
Twinkle is a Java library for creating advanced text-based user interfaces.
authors:
- Tako Schotanus
tags:
- java
- tui
- console
license: Apache-2.0
links:
homepage: https://github.com/codejive/java-twinkle
languages:
java:
groupId: org.codejive.twinkle
version: '8'
inceptionYear: '2025'
stereotype: NONE
assemble:
javaArchive:
twinkle:
active: ALWAYS
formats:
- ZIP
- TGZ
mainJar:
path: 'target/{{distributionName}}-{{projectVersion}}.jar'
jars:
- pattern: 'target/binary/lib/*.jar'
fileSets:
- input: '.'
includes:
- 'LICENSE'
deploy:
maven:
mavenCentral:
twinkle:
active: RELEASE
url: https://central.sonatype.com/api/v1/publisher
stagingRepositories:
- target/staging-deploy
release:
github:
owner: codejive
name: java-twinkle
overwrite: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
checksum:
individual: true
signing:
active: ALWAYS
armored: true
distributions:
twinkle:
artifacts:
- path: target/jreleaser/assemble/{{distributionName}}/java-archive/{{distributionName}}-{{projectVersion}}.zip
- path: target/jreleaser/assemble/{{distributionName}}/java-archive/{{distributionName}}-{{projectVersion}}.zip