forked from INRIA/spoon
-
Notifications
You must be signed in to change notification settings - Fork 3
/
jreleaser.yml
50 lines (49 loc) · 1.51 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
project:
name: spoon
description: Spoon is an open-source library to analyze, rewrite, transform, transpile Java source code.
longDescription: Spoon is an open-source library to analyze, rewrite, transform, transpile Java source code.
It parses source files to build a well-designed AST with powerful analysis and transformation API.
It supports modern Java versions up to Java 20.
authors:
- slarse
- monperrus
- nharrand
- martinwitt
- sirywell
- I-Al-Istannen
license: (MIT OR CECILL-C)
links:
homepage: https://spoon.gforge.inria.fr/
java:
groupId: fr.inria.gforge
version: "17"
inceptionYear: "2015"
release:
github:
owner: INRIA
changelog:
formatted: ALWAYS
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
format: '- {{contributorName}} ({{contributorUsernameAsLink}})'
hide:
contributors:
- '[bot]'
- 'GitHub'
signing:
active: ALWAYS
armored: true
deploy:
maven:
nexus2:
maven-central:
active: ALWAYS
# Spoon is hosted on the legacy sonatype instance, see
# https://central.sonatype.org/publish/publish-guide/#releasing-to-central
url: https://oss.sonatype.org/service/local
snapshotUrl: https://oss.sonatype.org/content/repositories/snapshots
closeRepository: true
releaseRepository: true
stagingRepositories:
- target/staging-deploy