-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.descriptor.json
31 lines (29 loc) · 978 Bytes
/
.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
30
31
{
"package": {
"name": "PieUtils",
"repo": "maven",
"subject": "vauvenal5",
"desc": "PieShare Utilities being published for the first time. (test run)",
"website_url": "http://www.piesystems.org/",
"issue_tracker_url": "https://github.com/PieSystems/pieUtils/issues",
"vcs_url": "https://github.com/PieSystems/pieUtils.git",
"github_use_tag_release_notes": true,
"github_release_notes_file": "README.md",
"licenses": ["Apache-2.0"],
"labels": ["PieShare", "PieSystems", "peer2peer"],
"public_download_numbers": false,
"public_stats": false
},
"version": {
"name": "1.0",
"desc": "This is the first published working version.",
"released": "2016-08-30",
"vcs_tag": "v1.0",
"gpgSign": false
},
"files":
[
{"includePattern": "target/.*.jar$", "uploadPattern": "/$1"}
],
"publish": true
}