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