Package org.apache.maven.api.cli.mvn


package org.apache.maven.api.cli.mvn
Provides the API for the Maven build tool (mvn).

This package contains interfaces and classes specific to the main Maven build tool, which is responsible for project build lifecycle execution and dependency management.

Key features include:

  • Build lifecycle execution control
  • Project-specific configuration
  • Goal execution and phase mapping
  • Multi-module build coordination
Since:
4.0.0
See Also: