Skip to main content
Version: Next

mvn CLI reference

ModularPipelines.Java provides strongly typed access to the mvn CLI.

Executable prerequisite

This package does not install the mvn executable. Install it separately and ensure mvn is available on PATH.

Follow the executable's official documentation for installation instructions.

Package installation

dotnet add package ModularPipelines.Java

Resolve the service with context.Tools.Maven. Projects using C# 13 or another .NET language can use context.Tools.Get<ModularPipelines.Java.Services.IMaven>() instead.

Module example

Resolve the service in a module, then select a command from the table below. A runnable example is omitted when no command has complete safety metadata:

var maven = context.Tools.Maven;

Commands

CLI commandOptions record
mvnMavenExecuteOptions