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-maven | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMaven Shell Commands :: Maven Maven Shell Commands :: Maven | 
| Project Organization | Project OrganizationSonatype | 
| Filename | Size | 
|---|---|
| mvnsh-maven-1.1.0.pom | |
| mvnsh-maven-1.1.0.jar | 45 KB | 
| mvnsh-maven-1.1.0-sources.jar | 30 KB | 
| mvnsh-maven-1.1.0-p2Content.xml | 49 KB | 
| mvnsh-maven-1.1.0-p2Artifacts.xml | 29 KB | 
| mvnsh-maven-1.1.0-javadoc.jar | 95 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-maven/ -->
<dependency>
    <groupId>org.sonatype.maven.shell</groupId>
    <artifactId>mvnsh-maven</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-maven/
implementation 'org.sonatype.maven.shell:mvnsh-maven:1.1.0'// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-maven/
implementation ("org.sonatype.maven.shell:mvnsh-maven:1.1.0")'org.sonatype.maven.shell:mvnsh-maven:jar:1.1.0'<dependency org="org.sonatype.maven.shell" name="mvnsh-maven" rev="1.1.0">
  <artifact name="mvnsh-maven" type="jar" />
</dependency>@Grapes(
@Grab(group='org.sonatype.maven.shell', module='mvnsh-maven', version='1.1.0')
)libraryDependencies += "org.sonatype.maven.shell" % "mvnsh-maven" % "1.1.0"[org.sonatype.maven.shell/mvnsh-maven "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.sonatype.gshell.ext : gshell-plexus | jar | 2.6.5 | 
| org.sonatype.sisu : sisu-inject-plexus | jar | 2.3.4 | 
| org.sonatype.grrrowl : grrrowl | jar | 1.1.1 | 
| org.apache.maven : maven-embedder | jar | 3.0.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.sonatype.gshell : gshell-core | jar | 2.6.5 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.sonatype.aether : aether-connector-asynchttpclient | jar | 1.13.1 | 
| org.sonatype.gshell : gshell-core | 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