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 | 
| ArtifactId | ArtifactIdmvnsh-bootstrap | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMaven Shell :: Bootstrap Maven Shell :: Bootstrap | 
| Project Organization | Project OrganizationSonatype | 
| Filename | Size | 
|---|---|
| mvnsh-bootstrap-1.1.0.pom | |
| mvnsh-bootstrap-1.1.0.jar | 20 KB | 
| mvnsh-bootstrap-1.1.0-sources.jar | 4 KB | 
| mvnsh-bootstrap-1.1.0-javadoc.jar | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-bootstrap/ -->
<dependency>
    <groupId>org.sonatype.maven.shell</groupId>
    <artifactId>mvnsh-bootstrap</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-bootstrap/
implementation 'org.sonatype.maven.shell:mvnsh-bootstrap:1.1.0'// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-bootstrap/
implementation ("org.sonatype.maven.shell:mvnsh-bootstrap:1.1.0")'org.sonatype.maven.shell:mvnsh-bootstrap:jar:1.1.0'<dependency org="org.sonatype.maven.shell" name="mvnsh-bootstrap" rev="1.1.0">
  <artifact name="mvnsh-bootstrap" type="jar" />
</dependency>@Grapes(
@Grab(group='org.sonatype.maven.shell', module='mvnsh-bootstrap', version='1.1.0')
)libraryDependencies += "org.sonatype.maven.shell" % "mvnsh-bootstrap" % "1.1.0"[org.sonatype.maven.shell/mvnsh-bootstrap "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.sonatype.gshell : gshell-launcher | jar | 2.6.5 | 
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