forked from approvals/ApprovalTests.Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjreleaser.yml
More file actions
32 lines (29 loc) · 718 Bytes
/
jreleaser.yml
File metadata and controls
32 lines (29 loc) · 718 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
project:
name: ApprovalTests.Java
description: Unit testing asserts can be difficult to use. Approval tests simplify this by taking a snapshot of the results, and confirming that they have not changed.
links:
homepage: http://approvaltests.com/
authors:
- Llewellyn Falco
- Lars Eckart
- Jay Bazuzi
license: Apache-2.0
languages:
java:
groupId: com.approvaltests
version: 8
release:
github:
overwrite: false
signing:
active: NEVER
armored: true
deploy:
maven:
mavenCentral:
sonatype:
active: ALWAYS
url: https://central.sonatype.com/api/v1/publisher
stagingRepositories:
- target/staging-deploy
sign: false