mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Added support for Maven
This commit is contained in:
parent
7cabe9b0e7
commit
24813305cf
14
mvn.json
Normal file
14
mvn.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://maven.apache.org/",
|
||||||
|
"version": "3.1.1",
|
||||||
|
"license": "Apache 2.0",
|
||||||
|
"url": "http://apache.cs.utah.edu/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.zip",
|
||||||
|
"hash": "4e364410c5e994096aee1a47fa2f966beba92e666ee4675a583ab89917cb8d0d",
|
||||||
|
"extract_dir": "apache-maven-3.1.1",
|
||||||
|
"bin": [
|
||||||
|
"bin\\mvn.bat"
|
||||||
|
],
|
||||||
|
"env_set": {
|
||||||
|
"M2_HOME": "$dir"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user