Maven Daemon – Maven (original) (raw)

The Maven Daemon (mvnd) is a daemon infrastructure for Maven that helps to reduce the build time by:

Features

Installation

You can download Maven Daemon from our download page.

For more detailed information and documentation, visit the Maven Daemon GitHub repository.

Usage

Instead of using the mvn command, use mvnd:

mvnd clean verify

The daemon will stay alive in the background, ready to process subsequent builds much faster.