blob: 50611022fcca1d820cda07fdc97833f2711c213c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "MavenShell",
"description": "Shell for Maven",
"url": "https://search.maven.org/remotecontent?filepath=org/sonatype/maven/shell/dist/mvnsh-assembly/1.1.0/mvnsh-assembly-1.1.0-bin.tar.gz",
"mirror": null,
"homepage": "https://github.com/jdillon/mvnsh",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"rm_f Dir[\"bin/*.bat\"]",
"libexec.install Dir[\"*\"]",
"bin.install_symlink libexec/\"bin/mvnsh\""
],
"version": "1.1.0",
"file": "maven-shell.rb"
}
|