ceylon / ceylon-module-resolver

DEPRECATED
Apache License 2.0
23 stars 9 forks source link

Maven repository downloads/caches artifacts with the wrong name #39

Closed FroMage closed 11 years ago

FroMage commented 12 years ago

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 as fully.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.

FroMage commented 11 years ago

Moving to M6

akberc commented 11 years ago

:+1: Maven artifacts retrieved from mvn repositories are not looked up from .m2 or .ceylon/cache.

quintesse commented 11 years ago

We don't do our own caching of Maven artifacts anymore now that support for the old-style mvn: has been removed.