Skip to content

Automated Dependency Updates for Maven Wrapper

Categories: java

Renovate supports updating Maven Wrapper dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: (^|\/).mvn/wrapper/maven-wrapper.properties$.

For details on how to extend a manager's fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: maven.

Default config

{
  "fileMatch": [
    "(^|\\/).mvn/wrapper/maven-wrapper.properties$"
  ],
  "versioning": "maven"
}

Additional Information

Configuration for Maven Wrapper updates. Changes here affect how Renovate updates the version of Maven in the wrapper, not how it uses the wrapper.

Open items

The below list of features were current when this page was generated on December 21, 2024.

Feature requests

  • Support keeping private maven registry for maven wrapper in only-script mode #32213
  • Add private packages support for maven-wrapper updates #25805