mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
16 lines
618 B
JSON
16 lines
618 B
JSON
{
|
|
"homepage": "https://maven.apache.org/",
|
|
"version": "3.3.9",
|
|
"license": "Apache 2.0",
|
|
"url": "https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip",
|
|
"hash": "bb37146a67d067069754c775b9c9f03b52da953261981738de963057023cda3a",
|
|
"extract_dir": "apache-maven-3.3.9",
|
|
"bin": [
|
|
"bin\\mvn.cmd"
|
|
],
|
|
"env_set": {
|
|
"M2_HOME": "$dir"
|
|
},
|
|
"notes": "Maven requires a JDK such as OpenJDK 7 (scoop install openjdk) or Oracle's Java 8 (scoop install oraclejdk). The Oracle JDK requires the Scoop Extras bucket (scoop butcket add extras)."
|
|
}
|