armedbear / abcl

Armed Bear Common Lisp <git+https://github.com/armedbear/abcl/> <--> <svn+https://abcl.org/svn> Bridge
https://abcl.org#rdfs:seeAlso<https://gitlab.common-lisp.net/abcl/abcl>
Other
289 stars 29 forks source link

Support multiple maven repositories #485

Open alanruttenberg opened 2 years ago

alanruttenberg commented 2 years ago

Right now it seems you can use only one repository. However, I just ran into a case where artifacts are not in central but another repo.

One can call add-repository, but that just replaces the global default. I don't understand how the type and id ("default" "central") are used by maven, but I'm assuming there can be other ones but with different names/ids?

Maybe make it possible specify a non-standard repository for an mvn-module.

This documentation alludes to the idea that there can be multiple repositories

easye commented 2 years ago

There should be a mechanism, but I don't understand where at the moment.

I will try to patch things and certainly document for https://abcl.org/trac/milestone/1.9.0/.