-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjreleaser.yml
94 lines (87 loc) · 2.29 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# Generated with JReleaser 1.14.0-SNAPSHOT at 2024-07-02T18:57:13.31908+02:00
project:
name: jpm
description: Java Package Manager
longDescription: |
A simple command line tool, taking inspiration from Node's npm, to manage Maven dependencies for Java projects
that are not using build systems like Maven or Gradle.
authors:
- Tako Schotanus
tags:
- java
- cli
- dependencies
- packages
- artifacts
- maven
license: Apache-2.0
links:
homepage: https://github.com/codejive/java-jpm
java:
groupId: org.codejive.jpm
version: 8
mainClass: org.codejive.jpm.Main
inceptionYear: 2024
stereotype: CLI
assemble:
javaArchive:
jpm:
active: ALWAYS
formats:
- ZIP
- TGZ
mainJar:
path: 'target/{{distributionName}}-{{projectVersion}}.jar'
jars:
- pattern: 'target/binary/lib/*.jar'
nativeImage:
jpm-native:
active: NEVER
java:
version: 22
imageName: '{{distributionName}}-{{projectEffectiveVersion}}'
executable: jpm
mainJar:
path: 'target/jpm-{{projectVersion}}-cli.jar'
graalJdks:
- path: 'C:\Users\tako\.jbang\cache\jdks\22'
platform: 'windows-x86_64'
upx:
active: NEVER
version: '4.2.4'
args:
- '-Duser.language=en'
- '-H:IncludeLocales=en'
- '--no-fallback'
- '--enable-http'
- '--enable-https'
deploy:
maven:
nexus2:
maven-central:
active: RELEASE
url: https://s01.oss.sonatype.org/service/local
closeRepository: true
releaseRepository: true
stagingRepositories:
- target/staging-deploy
release:
github:
owner: codejive
name: java-jpm
overwrite: true
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
checksum:
individual: true
signing:
active: ALWAYS
armored: true
distributions:
jpm:
artifacts:
- path: target/jreleaser/assemble/{{distributionName}}/java-archive/{{distributionName}}-{{projectVersion}}.zip
- path: target/jreleaser/assemble/{{distributionName}}/java-archive/{{distributionName}}-{{projectVersion}}.zip