-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathjreleaser.yml
50 lines (44 loc) · 1.07 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
project:
name: jpa-search-helper
description: Library for building and running advanced and dynamic queries using JPA in Spring Boot
longDescription: |
Library for building and running advanced and dynamic queries using JPA in Spring Boot
inceptionYear: '2024'
links:
homepage: https://tozzi.app
documentation: https://tozzi.app
license: https://github.com/biagioT/jpa-search-helper/blob/main/LICENSE
authors:
- Biagio Placido Tozzi
license: MPL-2.0
tags:
- java
- jpa
java:
groupId: app.tozzi
artifactId: jpa-search-helper
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