This repository was archived by the owner on Aug 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjreleaser.yml
More file actions
59 lines (55 loc) · 1.41 KB
/
jreleaser.yml
File metadata and controls
59 lines (55 loc) · 1.41 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
project:
name: capstone-java
description: Capstone bindings for Java.
longDescription: Capstone bindings for Java.
links:
homepage: https://github.com/native4j/capstone-java
authors:
- Justin Phelps
license: MIT
inceptionYear: "2023"
copyright: The Native4J Authors
stereotype: NONE
java:
version: "11"
groupId: org.native4j
artifactId: capstone-java
snapshot:
pattern: .*-SNAPSHOT
label: '{{projectVersion}}'
release:
github:
overwrite: true
tagName: '{{projectVersion}}'
changelog:
formatted: ALWAYS
preset: conventional-commits
contributors:
format: '- {{contributorName}}{{#contributorUsernameAsLink}} ({{.}}){{/contributorUsernameAsLink}}'
distributions:
dist:
type: SINGLE_JAR
artifacts:
- path: native4j-capstone/build/libs/capstone-java-{{projectVersion}}.jar
signing:
active: RELEASE
mode: MEMORY
armored: true
verify: true
artifacts: true
checksums: true
files: false
deploy:
maven:
nexus2:
maven-central:
active: RELEASE
authorization: BASIC
sign: true
url: https://s01.oss.sonatype.org/service/local
snapshotUrl: https://s01.oss.sonatype.org/content/repositories/snapshots/
applyMavenCentralRules: true
stagingRepositories:
- native4j-capstone/build/staging-deploy
closeRepository: false
releaseRepository: false