Christoph Läubrich created MNG-7421: ---------------------------------------
Summary: DefaultVersionRangeResolver do not query the custom repository Key: MNG-7421 URL: https://issues.apache.org/jira/browse/MNG-7421 Project: Maven Issue Type: Improvement Reporter: Christoph Läubrich DefaultVersionRangeResolver.readVersions(RepositorySystemSession, RequestTrace, Metadata, ArtifactRepository, VersionRangeResult) only works if there is a metadata.xml If no metadata is found, it would be good if the org.apache.maven.artifact.repository.ArtifactRepository.findVersions(Artifact) is queried instead. The usecase for this is that tycho has a custom repository layout that do not has a metadata avaiable but provides a custom layout implementation instead. -- This message was sent by Atlassian Jira (v8.20.1#820001)