Skip to content

Resolving private Maven dependencies #7

@evdokim

Description

@evdokim

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions