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-nexus |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Shell Commands :: Nexus
Maven Shell Commands :: Nexus
|
Project Organization |
Project OrganizationSonatype |
Filename | Size |
---|---|
mvnsh-nexus-1.1.0.pom | |
mvnsh-nexus-1.1.0.jar | 183 KB |
mvnsh-nexus-1.1.0-sources.jar | 173 KB |
mvnsh-nexus-1.1.0-p2Content.xml | 47 KB |
mvnsh-nexus-1.1.0-p2Artifacts.xml | 24 KB |
mvnsh-nexus-1.1.0-javadoc.jar | 871 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-nexus/ -->
<dependency>
<groupId>org.sonatype.maven.shell</groupId>
<artifactId>mvnsh-nexus</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-nexus/
implementation 'org.sonatype.maven.shell:mvnsh-nexus:1.1.0'
// https://jarcasting.com/artifacts/org.sonatype.maven.shell/mvnsh-nexus/
implementation ("org.sonatype.maven.shell:mvnsh-nexus:1.1.0")
'org.sonatype.maven.shell:mvnsh-nexus:jar:1.1.0'
<dependency org="org.sonatype.maven.shell" name="mvnsh-nexus" rev="1.1.0">
<artifact name="mvnsh-nexus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.maven.shell', module='mvnsh-nexus', version='1.1.0')
)
libraryDependencies += "org.sonatype.maven.shell" % "mvnsh-nexus" % "1.1.0"
[org.sonatype.maven.shell/mvnsh-nexus "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.security : security-rest-api | jar | 1.1.3 |
org.apache.wink : wink-client | jar | 1.3.0 |
org.apache.wink : wink-client-apache-httpclient | jar | 1.3.0 |
javax.ws.rs : jsr311-api | jar | 1.1.1 |
commons-codec : commons-codec | jar | 1.4 |
com.thoughtworks.xstream : xstream | jar | 1.4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.sonatype.sisu : sisu-inject-bean | jar | 2.3.4 |
org.sonatype.gshell.ext : gshell-plexus | jar | 2.6.5 |
org.sonatype.gshell : gshell-core | jar | 2.6.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
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