# apache/maven-mvnd

Apache Maven Daemon

Repository: https://github.com/apache/maven-mvnd
Canonical: https://ross.abutalabs.com/products/maven-mvnd
Homepage: https://maven.apache.org/
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, build-management, apache-maven, maven
Last push: 2026-08-26T15:10:02+00:00

## Health v2 (maintenance only)
Score: 90/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 74, longevity 100
- inputs: {"age_days": 2538, "days_push": 7, "days_rel": 95, "gap_med": 70, "n_releases_24m": 4}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3456, forks 251 (observed 2026-08-28T04:08:05.496705+00:00)

## What it is
Apache Maven Daemon (mvnd) is a drop-in replacement for the Maven build tool that runs builds in a long-lived background daemon process. It leverages the daemon to keep the JVM and classloader caches warm, dramatically speeding up repeated Maven builds.

## Use cases
- speed up maven builds
- faster java build times
- avoid jvm startup overhead in maven
- run maven builds with parallel execution
- drop-in replacement for mvn
- reduce build times in ci and local development

## When to choose
- you use Maven for Java builds and want faster incremental builds
- you run mvn repeatedly during development and want warm JVM caching
- you want a mostly drop-in mvn-compatible CLI with parallel builds

## When to avoid
- your build environment cannot keep a daemon process alive (e.g. some CI setups)
- you rely on strict per-invocation JVM isolation or Maven features incompatible with the daemon
- you use a different build system like Gradle

## Facets
- artifact type: cli-tool
- maturity: active
- function: build-tool, cli, developer-tools
- domain: developer-tools
- platform: windows, jvm, cli, cross-platform
- tags: maven, java, build-management, daemon, build-performance, apache, command-line, devops, linux, macos

## Member repositories
- apache/maven-mvnd (main) score 90

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:05.496705+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:37:29.852019+00:00, confidence not recorded.
  - homepage: https://maven.apache.org/ (fetched 2026-08-29T09:31:05.300043+00:00, sha ed97711f8646)
  - site_page: https://maven.apache.org/install.html (fetched 2026-08-29T09:31:05.302740+00:00, sha 1dada9b84bbf)
  - site_page: https://maven.apache.org/docs/history.html (fetched 2026-08-29T09:31:05.304932+00:00, sha 63e1dcdd9334)
  - site_page: https://maven.apache.org/guides/index.html (fetched 2026-08-29T09:31:05.307570+00:00, sha 7a7274db9bb8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
