-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Although currently sbt-s3-resolver can resolve artifact that published with maven style it can't resolve their dependence. Problem is that S3Resolver inherits RepositoryResolver that doesn't support resolving dependence from pom files. Ivy library bundled with IBiblioResolver that can do it, but it not obvious hot to make it work with sbt.
Today I wrote S3MavenResolver (ohnosequences/ivy-s3-resolver@3501738) that extends IBiblioResolver but resolving dependencies is still doesn't work. I hope that I will fix this problem, and so far can suggest several work arounds:
- push artifacts publicly and use standart http resolvers
- use ivy pattern for publishing and resolving
Reactions are currently unavailable