Added support for Maven

This commit is contained in:
Andrea Bergia 2013-11-28 23:41:26 +01:00
parent 7cabe9b0e7
commit 24813305cf

14
mvn.json Normal file
View 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"
}
}