← All recipes
Open source

List effective Maven repositories

Recipe IDorg.openrewrite.maven.search.EffectiveMavenRepositories
Artifactorg.openrewrite:rewrite-maven

Lists the Maven repositories that would be used for dependency resolution, in order of precedence. This includes Maven repositories defined in the Maven settings file (and those contributed by active profiles) as determined when the LST was produced.

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.search.EffectiveMavenRepositories

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

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

Options

NameTypeDescription
useMarkersBooleanWhether to add markers for each effective Maven repository to the POM. Default false.

Data tables

Structured output this recipe can produce.

  • Effective Maven repositoriesTable showing which Maven repositories were used in dependency resolution for this POM.org.openrewrite.maven.search.EffectiveMavenRepositoriesTable
  • 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