Merge pull request #247 from scottwillmoore/rename-maven

Rename and update maven
This commit is contained in:
Luke Sampson 2014-12-24 11:21:44 +10:00
commit fdac771835
2 changed files with 15 additions and 15 deletions

15
maven.json Normal file
View File

@ -0,0 +1,15 @@
{
"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"
}

View File

@ -1,15 +0,0 @@
{
"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"
},
"depends": "openjdk"
}