-
Notifications
You must be signed in to change notification settings - Fork 10
/
jreleaser.yml
55 lines (49 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
51
52
53
project:
name: pec-parser
description: Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
longDescription: |
Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
inceptionYear: '2022'
links:
homepage: https://tozzi.app
documentation: https://tozzi.app
license: https://github.com/biagioT/java-pec-parser/blob/main/LICENSE
authors:
- Biagio Placido Tozzi
license: APACHE-2.0
tags:
- java
- mail
- email
- mail-parser
- pec
- rfc-6109
- rfc-2821
- legal-mail
java:
groupId: app.tozzi
version: '17'
signing:
active: ALWAYS
armored: true
mode: MEMORY
checksums: false
release:
github:
skipRelease: true
skipTag: true
deploy:
maven:
mavenCentral:
sonatype:
active: RELEASE
url: https://central.sonatype.com/api/v1/publisher
stagingRepositories:
- build/staging-deploy
sign: true
checksums: true
sourceJar: true
javadocJar: true
applyMavenCentralRules: true
checksum:
individual: true