You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At my company we have an internal Nexus repository where our custom Spring Boot starters are published. I'd like to be able to configure it as a resolver and pull versions from there.
I'd be happy to contribute a PR making the list of repositories configurable in YAML.
The text was updated successfully, but these errors were encountered:
@sbyron15 thanks for the report. We need first to change the API of MavenResolverDependencyManagementVersionResolver. Perhaps a builder style approach where the repositories (and the Path location can be configured). Once we have that in place, we can consider making it configurable although I'd argue it's a secondary step. We already have the notion of repositories in the metadata so I wonder if registering those would be an option.
snicoll
changed the title
Repositories in MavenResolverDependencyManagementVersionResolver are not configurable
Make Repositories in MavenResolverDependencyManagementVersionResolver configurable
Mar 17, 2020
MavenResolverDependencyManagementVersionResolver contains hard-coded URLs for Maven Central and the Spring Snapshot and Milestone repositories.
At my company we have an internal Nexus repository where our custom Spring Boot starters are published. I'd like to be able to configure it as a resolver and pull versions from there.
I'd be happy to contribute a PR making the list of repositories configurable in YAML.
The text was updated successfully, but these errors were encountered: