Description
Maven Shell (mvnsh)
Based on GShell 3.
License
Building
Requirements
Check-out and build:
git clone git://github.com/jdillon/mvnsh.git
cd mvnsh
./build rebuild
Extract the assembly and execute the shell:
./build run
| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.sonatype.maven.shell.dist |
| ArtifactId | ArtifactIdmvnsh-dist |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionMaven Shell Dist
Maven Shell Dist
|
| Project Organization |
Project OrganizationSonatype |
| Filename | Size |
|---|---|
| mvnsh-dist-1.1.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-dist/ -->
<dependency>
<groupId>org.sonatype.maven.shell.dist</groupId>
<artifactId>mvnsh-dist</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-dist/
implementation 'org.sonatype.maven.shell.dist:mvnsh-dist:1.1.0'
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-dist/
implementation ("org.sonatype.maven.shell.dist:mvnsh-dist:1.1.0")
'org.sonatype.maven.shell.dist:mvnsh-dist:pom:1.1.0'
<dependency org="org.sonatype.maven.shell.dist" name="mvnsh-dist" rev="1.1.0">
<artifact name="mvnsh-dist" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.maven.shell.dist', module='mvnsh-dist', version='1.1.0')
)
libraryDependencies += "org.sonatype.maven.shell.dist" % "mvnsh-dist" % "1.1.0"
[org.sonatype.maven.shell.dist/mvnsh-dist "1.1.0"]
Maven Shell (mvnsh)
Based on GShell 3.
Check-out and build:
git clone git://github.com/jdillon/mvnsh.git
cd mvnsh
./build rebuild
Extract the assembly and execute the shell:
./build run