-
Notifications
You must be signed in to change notification settings - Fork 7
/
jreleaser.yml
50 lines (46 loc) · 1.15 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: autograder
description: Automatic grading of student's Java code
longDescription: Automatic grading of student's Java code
authors:
- Florian Seligmann
license: MIT
inceptionYear: 2021
stereotype: cli
links:
homepage: https://github.com/Feuermagier/autograder
java:
groupId: de.firemage.autograder
version: 17
signing:
active: ALWAYS
armored: true
release:
github:
overwrite: true
checksums: false
signatures: false
releaseName: '{{tagName}}'
changelog:
formatted: ALWAYS
skipMergeCommits: true
preset: conventional-commits
format: '- {{commitShortHash}} {{commitTitle}}'
contributors:
enabled: false
deploy:
maven:
nexus2:
maven-central:
active: ALWAYS
url: https://s01.oss.sonatype.org/service/local
snapshotUrl: https://s01.oss.sonatype.org/content/repositories/snapshots/
closeRepository: true
releaseRepository: true
stagingRepositories:
- target/staging-deploy
distributions:
helloworld:
type: SINGLE_JAR
artifacts:
- path: autograder-cmd/target/autograder-cmd.jar