Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AG-23] Should fetch Scala dependencies from other Maven repositories #26

Open
felipead opened this issue Jan 11, 2018 · 0 comments
Open

Comments

@felipead
Copy link
Contributor

I've found hundreds of Scala dependencies referenced in an specific organization that are not found in the Maven Central repository (http://central.maven.org/maven2/).

These dependencies are fetched from the following Maven-compatible repositories, which are assigned to the resolvers attribute inside the SBT configuration:

All these repositories follow the standard Maven repository structure, so it is just a matter of generalizing the Maven2PackageRegistry class to work with any standard Maven repository URL (also, rename it to just MavenPackageRegistry). We can have a list of Maven repositories and search all of them until we find the artifact we're looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant