mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-10 13:15:27 +00:00
Create README.md
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# 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 install -Pmaven-distro
|
||||||
|
```
|
||||||
|
|
||||||
|
## Configuring
|
||||||
|
|
||||||
|
```
|
||||||
|
export PATH=[mvn-root]/target/maven-distro/bin:$PATH
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
mvnd install
|
||||||
|
```
|
||||||
|
|
||||||
|
This project is still in prototype mode, so feedback is most welcomed !
|
Reference in New Issue
Block a user