Update Maven wrapper
Recipe ID
org.openrewrite.maven.UpdateMavenWrapperArtifact
org.openrewrite:rewrite-mavenUpdate the version of Maven used in an existing Maven wrapper.
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.UpdateMavenWrapperIf the recipe isn’t available locally, install it with:
mod config recipes jar install org.openrewrite:rewrite-maven:8.88.0Options
| Name | Type | Description |
|---|---|---|
wrapperVersion | String | An exact version number or node-style semver selector used to select the wrapper version number. e.g. 3.x |
wrapperDistribution | String | The 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". |
distributionVersion | String | An exact version number or node-style semver selector used to select the Maven version number. e.g. 3.x |
repositoryUrl | String | The 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 |
addIfMissing | Boolean | Add a Maven wrapper, if it's missing. Defaults to true. |
enforceWrapperChecksumVerification | Boolean | Enforce 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