← All recipes
Open source

Update Maven wrapper

Recipe IDorg.openrewrite.maven.UpdateMavenWrapper
Artifactorg.openrewrite:rewrite-maven

Update the version of Maven used in an existing Maven wrapper.

Single recipeApache 2.0

Usage

This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.

mod run . --recipe org.openrewrite.maven.UpdateMavenWrapper

If the recipe isn’t available locally, install it with:

mod config recipes jar install org.openrewrite:rewrite-maven:8.88.0

Options

NameTypeDescription
wrapperVersionStringAn exact version number or node-style semver selector used to select the wrapper version number.
e.g. 3.x
wrapperDistributionStringThe distribution of the Maven wrapper to use. * "bin" uses a maven-wrapper.jar compiled binary. * "only-script" uses a lite version of mvnw/mvnw.cmd using wget/curl or powershell. (required wrapper 3.2.0 or newer) * "script" downloads maven-wrapper.jar or MavenWrapperDownloader.java to then download a full distribution. * "source" uses MavenWrapperDownloader.java source file. Defaults to "bin".
distributionVersionStringAn exact version number or node-style semver selector used to select the Maven version number.
e.g. 3.x
repositoryUrlStringThe URL of the repository to download the Maven wrapper and distribution from. Supports repositories with a Maven layout. Defaults to https://repo.maven.apache.org/maven2.
e.g. https://repo.maven.apache.org/maven2
addIfMissingBooleanAdd a Maven wrapper, if it's missing. Defaults to true.
enforceWrapperChecksumVerificationBooleanEnforce checksum verification for the maven-wrapper.jar. Enabling this feature may sporadically result in build failures, such as MWRAPPER-103. Defaults to false.

Data tables

Structured output this recipe can produce.

  • Source files that had resultsSource files that were modified by the recipe run.org.openrewrite.table.SourcesFileResults
  • Source files that had search resultsSearch results that were found during the recipe run.org.openrewrite.table.SearchResults
  • Source files that errored on a recipeThe details of all errors produced by a recipe run.org.openrewrite.table.SourcesFileErrors
  • Recipe performanceStatistics used in analyzing the performance of recipes.org.openrewrite.table.RecipeRunStats