mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-14 07:03:54 +08:00
26 lines
468 B
Markdown
26 lines
468 B
Markdown
# mvnd: Maven Daemon
|
|
|
|
The mvnd project aims to provide a daemon infrastructure for maven based builds. It borrows techniques from Gradle and Takari to provide a simple and efficient system.
|
|
|
|
## Building
|
|
|
|
```
|
|
git clone https://github.com/gnodet/mvnd.git
|
|
cd mvnd
|
|
mvn package
|
|
```
|
|
|
|
## Configuring
|
|
|
|
```
|
|
export PATH=[mvn-root]/daemon/target/maven-distro/bin:$PATH
|
|
```
|
|
|
|
## Usage
|
|
|
|
```
|
|
mvnd install
|
|
```
|
|
|
|
This project is still in prototype mode, so feedback is most welcomed !
|