Skip to content

Commit

Permalink
maven4: Add version 4.0.0-beta-3 (#1682)
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
  • Loading branch information
juulhobert and niheaven authored May 30, 2024
1 parent 4625f1f commit d209cad
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bucket/maven4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"version": "4.0.0-beta-3",
"description": "Software project management and comprehension tool",
"homepage": "https://maven.apache.org/",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://archive.apache.org/dist/maven/maven-4/4.0.0-beta-3/binaries/apache-maven-4.0.0-beta-3-bin.zip",
"hash": "sha512:49d656042813ead127613da3c85e063c41ef5a25b54ec783d90b51fbc1ad7401f0c0d4c860536d6baea180ab533c84d52c8e38b0c6ab52cc699105ead0418ab4",
"extract_dir": "apache-maven-4.0.0-beta-3",
"env_add_path": "bin",
"persist": [
"conf",
"lib\\ext"
],
"checkver": {
"url": "https://maven.apache.org/docs/history.html",
"regex": "<b>(4[\\w.-]+)</b>"
},
"bin": [
"bin\\mvn.cmd",
[
"bin\\mvn.cmd",
"mvn4"
]
],
"autoupdate": {
"url": "https://archive.apache.org/dist/maven/maven-$majorVersion/$version/binaries/apache-maven-$version-bin.zip",
"hash": {
"url": "$url.sha512"
},
"extract_dir": "apache-maven-$version"
}
}

0 comments on commit d209cad

Please sign in to comment.