Open laughedelic opened 9 years ago
We have this feature from https://github.com/ohnosequences/sbt-s3-resolver/issues/31, but I didn't use it before. Now when I tried to resolve an artifact with version 2.0.+, I got this:
2.0.+
[info] Resolving ohnosequences#statika_2.11;2.0.+ ... [warn] module not found: ohnosequences#statika_2.11;2.0.+ ... [warn] ==== Era7 public maven releases: tried [warn] https://s3-eu-west-1.amazonaws.com/releases.era7.com/ohnosequences/statika_2.11/[revision]/statika_2.11-[revision].pom [warn] ==== Era7 public maven snapshots: tried [warn] https://s3-eu-west-1.amazonaws.com/snapshots.era7.com/ohnosequences/statika_2.11/[revision]/statika_2.11-[revision].pom ...
while there are several releases there (published with this plugin):
» aws s3 ls s3://releases.era7.com/ohnosequences/statika_2.11/ [off] 00:00:32 PRE 2.0.0-M1/ PRE 2.0.0-M2/ PRE 2.0.0-M3/ PRE 2.0.0-M4/
@aecollver, do you have any ideas why it doesn't work?
We have this feature from https://github.com/ohnosequences/sbt-s3-resolver/issues/31, but I didn't use it before. Now when I tried to resolve an artifact with version
2.0.+
, I got this:while there are several releases there (published with this plugin):
@aecollver, do you have any ideas why it doesn't work?