-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathartifact.json
34 lines (32 loc) · 998 Bytes
/
artifact.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
30
31
32
33
34
{
"package": {
"name": "Accelerator-Initializer",
"repo": "PLATO-Open-Source",
"subject": "yshewchuk",
"desc": "Basic templating API",
"website_url": "https://github.com/scotiabank/accelerator-initializer",
"issue_tracker_url": "https://github.com/scotiabank/accelerator-initializer/issues",
"vcs_url": "https://github.com/scotiabank/accelerator-initializer.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "RELEASE.txt",
"licenses": ["MPL-2.0"],
"labels": [],
"public_download_numbers": true,
"public_stats": true,
"attributes": []
},
"version": {
"name": "0.1",
"desc": "",
"released": "2018-08-14",
"vcs_tag": "0.1",
"attributes": [],
"gpgSign": false
},
"files":
[
{"includePattern": "build/libs/(.*\\.jar)", "uploadPattern": "$1"},
{"includePattern": "build/publications/maven/pom-default.xml", "uploadPattern": "accelerator-initializer.pom"}
],
"publish": true
}