Create README.md
1 file changed
tree: 405e0439c84b703d79d1692d66dafa21d8fb15c8
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
README.md

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 !