We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have this feature from #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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have this feature from #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?
The text was updated successfully, but these errors were encountered: