-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmaven.json
28 lines (28 loc) · 1004 Bytes
/
maven.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
{
"version": "3.9.9",
"description": "Software project management and comprehension tool",
"homepage": "https://maven.apache.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://dlcdn.apache.org/maven/maven-3/3.9.9/binaries/apache-maven-3.9.9-bin.zip",
"hash": "sha512:8beac8d11ef208f1e2a8df0682b9448a9a363d2ad13ca74af43705549e72e74c9378823bf689287801cbbfc2f6ea9596201d19ccacfdfb682ee8a2ff4c4418ba",
"extract_dir": "apache-maven-3.9.9",
"env_add_path": "bin",
"persist": [
"conf",
"lib\\ext"
],
"checkver": {
"url": "https://maven.apache.org/docs/history.html",
"regex": "<b>([\\d.]+)</b>"
},
"autoupdate": {
"url": "https://dlcdn.apache.org/maven/maven-$majorVersion/$version/binaries/apache-maven-$version-bin.zip",
"hash": {
"url": "$url.sha512"
},
"extract_dir": "apache-maven-$version"
}
}