-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjreleaser.yml
39 lines (36 loc) · 1.02 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:
languages:
java:
groupId: org.hibernate.infra.develocity
release:
github:
skipTag: true
skipRelease: true
tagName: '{{projectVersion}}'
# File signing is always active
signing:
mode: COMMAND
active: RELEASE
armored: true
# Deploy JARs and POMs to Maven Central
deploy:
maven:
nexus2:
maven-central:
active: RELEASE
url: https://oss.sonatype.org/service/local
snapshotUrl: https://oss.sonatype.org/content/repositories/snapshots/
closeRepository: true
stagingRepositories:
- target/staging-deploy/maven
mavenCentral:
maven-central:
# TODO: Change to RELEASE once switching to Maven-Central:
active: NEVER
url: https://central.sonatype.com/api/v1/publisher
snapshotSupported: false
applyMavenCentralRules: true
stagingRepositories:
- target/staging-deploy/maven
# Deployment identifier used for publication.
# deploymentId: dd9991b0-18a7-41e7-b1fe-37b8ea936f85