-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathjreleaser.yml
More file actions
36 lines (34 loc) · 984 Bytes
/
jreleaser.yml
File metadata and controls
36 lines (34 loc) · 984 Bytes
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
# Generated with JReleaser 1.22.0 at 2026-01-24T15:46:34.8940566-06:00
project:
name: RefactorFirst
description: Identifies cycles and God classes in a codebase and suggests which classes should be refactored first.
longDescription: Identifies cycles and God classes in a codebase and suggests which classes should be refactored first.
authors:
- Jim Bethancourt
license: Apache-2.0
links:
homepage: https://github.com/refactorfirst/RefactorFirst
languages:
java:
groupId: org.hjug.refactorfirst
# version: 11
inceptionYear: 2020
release:
github:
owner: refactorfirst
signing:
active: ALWAYS
armored: true
deploy:
maven:
mavenCentral:
release-deploy:
active: RELEASE
url: https://central.sonatype.com/api/v1/publisher
applyMavenCentralRules: true
stagingRepositories:
- target/staging-deploy
pomchecker:
failOnError: false
failOnWarning: false
strict: false