-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
jreleaser.yml
39 lines (38 loc) · 1.23 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
project:
name: spoon-maven-plugin
description: Spoon-maven-plugin is a maven plugin for performing code analysis or transformation during build.
longDescription: Spoon-maven-plugin is a maven plugin which provides two goals; generate and check to execute source-code transformation and source-code analysis. It supports Java versions up to Java 11.
license: (LGPL)
links:
homepage: https://spoon.gforge.inria.fr/
java:
groupId: fr.inria.gforge.spoon
version: "11"
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
closeRepository: true
releaseRepository: true
stagingRepositories:
- target/staging-deploy