Relative Content

Tag Archive for javamavenmaven-centralopenrewrite

Use a different MavenRepository for Maven Openrewrite plugin

I am trying to write an openrewrite recipe that changes a maven dependency. The problem is I want to apply this recipe for a dependency that doesn’t exist in the default maven repository (a.e. mavenCentral where Openrewrite in looking for it) and I get the following warning
Suppressed: org.openrewrite.maven.MavenDownloadingException: Unable to download POM. Tried repositories: https://repo.maven.apache.org/maven2: HTTP 404
Is there a way to set a different maven repository as the default one for openrewrite ?