Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdillon/mvnsh
Maven Shell
https://github.com/jdillon/mvnsh
cli java maven shell
Last synced: 22 days ago
JSON representation
Maven Shell
- Host: GitHub
- URL: https://github.com/jdillon/mvnsh
- Owner: jdillon
- License: other
- Created: 2012-08-09T19:27:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T19:39:40.000Z (about 6 years ago)
- Last Synced: 2024-10-01T16:09:32.966Z (about 1 month ago)
- Topics: cli, java, maven, shell
- Language: Java
- Homepage:
- Size: 2.07 MB
- Stars: 49
- Watchers: 12
- Forks: 18
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Description
Maven Shell (`mvnsh`)
[![Build Status](https://travis-ci.org/jdillon/mvnsh.svg?branch=master)](https://travis-ci.org/jdillon/mvnsh)
[![DepShield Badge](https://depshield.sonatype.org/badges/jdillon/mvnsh/depshield.svg)](https://depshield.github.io)Based on [GShell 3](https://github.com/jdillon/gshell).
# License
[Eclipse Public License 1.0](http://www.eclipse.org/org/documents/epl-v10.html)
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt)
# Building
## Requirements
* [Maven](http://maven.apache.org) 3.3+ (prefer included maven-wrapper)
* [Java](http://java.oracle.com/) 8+Check-out and build:
git clone git://github.com/jdillon/mvnsh.git
cd mvnsh
./build rebuildExtract the assembly and execute the shell:
./build run