mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
16 lines
451 B
JSON
16 lines
451 B
JSON
{
|
|
"homepage": "https://maven.apache.org/",
|
|
"version": "3.2.5",
|
|
"license": "Apache 2.0",
|
|
"url": "http://mirror.rackcentral.com.au/apache/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip",
|
|
"hash": "b7c558dc0b2ebb604724ccb76e95dc40697d0a5a4112d5b0c8ab9019bc078fd3",
|
|
"extract_dir": "apache-maven-3.2.5",
|
|
"bin": [
|
|
"bin\\mvn.bat"
|
|
],
|
|
"env_set": {
|
|
"M2_HOME": "$dir"
|
|
},
|
|
"depends": "openjdk"
|
|
}
|