Package-level declarations
This package supplies APIs to interact with the Maven software project manager.
Types
Link copied to clipboard
The ExecutionTemplate which is created using the mvn execution builder function. This template class is used as a builder to construct the arguments to starts a Maven process.
Functions
Link copied to clipboard
fun ScriptScope.mvn(condition: ScopeActivationCondition = always, body: MavenExecutionTemplate.() -> Unit)
This execution function is used to run Maven. The body parameter is supplied as a higher-order function that executes within the scope of a MavenExecutionTemplate object, in which the parameters for Maven can be declared.