Closed FroMage closed 11 years ago
Moving to M6
:+1: Maven artifacts retrieved from mvn
repositories are not looked up from .m2
or .ceylon/cache
.
We don't do our own caching of Maven artifacts anymore now that support for the old-style mvn:
has been removed.
When using maven remote repos, artifacts are cached as-is, with no change to their names. This is wrong because while Maven repos contain artifacts of the type
name-version.jar
we should cache them asfully.qualified.name-version.jar
otherwise they don't belong in a Ceylon repo as the lookup code can't find them.I updated the test that exhibits this behaviour.