mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 00:43:03 +02:00
When I went digging into Ivy's code base I discovered that it's been checking if the repository layout pattern ends with M2_PATTERN to use maven-metadata.xml, which for sbt would return false since we customize the mattern - https://github.com/apache/ant-ivy/blob/2.3.0/src/java/org/apache/ivy/plu gins/resolver/IBiblioResolver.java#L497-L499