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-mvn-ext |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Shell Dist :: Maven Extensions
Maven Shell Dist :: Maven Extensions
|
Project Organization |
Project OrganizationSonatype |
Filename | Size |
---|---|
mvnsh-mvn-ext-1.1.0.pom | |
mvnsh-mvn-ext-1.1.0.jar | 2 KB |
mvnsh-mvn-ext-1.1.0-sources.jar | 1 KB |
mvnsh-mvn-ext-1.1.0-p2Content.xml | 33 KB |
mvnsh-mvn-ext-1.1.0-p2Artifacts.xml | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-mvn-ext/ -->
<dependency>
<groupId>org.sonatype.maven.shell.dist</groupId>
<artifactId>mvnsh-mvn-ext</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-mvn-ext/
implementation 'org.sonatype.maven.shell.dist:mvnsh-mvn-ext:1.1.0'
// https://jarcasting.com/artifacts/org.sonatype.maven.shell.dist/mvnsh-mvn-ext/
implementation ("org.sonatype.maven.shell.dist:mvnsh-mvn-ext:1.1.0")
'org.sonatype.maven.shell.dist:mvnsh-mvn-ext:jar:1.1.0'
<dependency org="org.sonatype.maven.shell.dist" name="mvnsh-mvn-ext" rev="1.1.0">
<artifact name="mvnsh-mvn-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.maven.shell.dist', module='mvnsh-mvn-ext', version='1.1.0')
)
libraryDependencies += "org.sonatype.maven.shell.dist" % "mvnsh-mvn-ext" % "1.1.0"
[org.sonatype.maven.shell.dist/mvnsh-mvn-ext "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.aether : aether-connector-asynchttpclient | jar | 1.13.1 |
org.sonatype.maven : wagon-ahc | jar | 1.0.0 |
org.sonatype.gossip : gossip-slf4j | jar | 1.8 |
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