-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
biagio
committed
Nov 24, 2024
1 parent
a04dc1d
commit 73cfdb1
Showing
5 changed files
with
105 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
project: | ||
name: jpa-search-helper | ||
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: '2024' | ||
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 | ||
- jpa | ||
java: | ||
groupId: app.tozzi | ||
artifactId: pec-parser | ||
version: '17' | ||
|
||
signing: | ||
active: ALWAYS | ||
armored: true | ||
mode: MEMORY | ||
checksums: false | ||
|
||
release: | ||
github: | ||
skipRelease: true | ||
skipTag: true | ||
enabled: false | ||
draft: false | ||
|
||
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters