forked from cptskippy/UVCCamera
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjreleaser.yml
More file actions
40 lines (37 loc) · 901 Bytes
/
Copy pathjreleaser.yml
File metadata and controls
40 lines (37 loc) · 901 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
37
38
39
40
project:
name: UVCCamera
description: USB Video (UVC) Camera Library for Android
authors:
- saki
- Alexey Pelykh
license: Apache-2.0
links:
homepage: https://uvccamera.org
languages:
java:
groupId: com.github.cptskippy.uvccamera
version: 17
versionPattern: CUSTOM
release:
github:
skipRelease: true
signing:
active: ALWAYS
pgp:
armored: true
deploy:
maven:
mavenCentral:
sonatype:
active: RELEASE
url: https://central.sonatype.com/api/v1/publisher
stagingRepositories:
- lib/build/staging-deploy
nexus2:
snapshots:
active: SNAPSHOT
url: https://central.sonatype.com/repository/maven-snapshots/
snapshotUrl: https://central.sonatype.com/repository/maven-snapshots/
snapshotSupported: true
stagingRepositories:
- lib/build/staging-deploy