-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdescriptor.json
30 lines (29 loc) · 1.27 KB
/
descriptor.json
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
{
"package": {
"name": "zuul-springfox-swagger", // Bintray package name
"repo": "maven", // Bintray repository name
"subject": "lex", // Bintray subject (user or organization)
// "desc": "I was pushed completely automatically",
// "website_url": "",
"issue_tracker_url": "https://github.com/lex-em/zuul-springfox-swagger/issues",
"vcs_url": "https://github.com/lex-em/zuul-springfox-swagger.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": ["Apache-2.0"],
"labels": ["java", "spring", "spring cloud", "zuul", "spring cloud zuul", "swagger", "springfox"],
"public_download_numbers": true,
"public_stats": true
},
"version": {
"name": "${version}",
// "desc": "This is a version",
"released": "${date}",
"vcs_tag": "${version}",
"gpgSign": false
},
"files":[
{"includePattern": "build/libs/(.*)", "uploadPattern": "ru/reliabletech/zuul-springfox-swagger/${version}/\$1"},
{"includePattern": "build/publications/maven/pom-default.xml", "uploadPattern": "ru/reliabletech/zuul-springfox-swagger/${version}/zuul-springfox-swagger-${version}.pom"}
],
"publish": true
}