Skip to content
New issue

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

Distribution error #75

Closed
prepor opened this issue Jun 22, 2015 · 13 comments · Fixed by #76
Closed

Distribution error #75

prepor opened this issue Jun 22, 2015 · 13 comments · Fixed by #76

Comments

@prepor
Copy link

prepor commented Jun 22, 2015

Hello! I have this error while bootstrapping of dependencies:

Retrieving io/prometheus/simpleclient/0.0.9/simpleclient-0.0.9.pom from central
Could not transfer artifact io.prometheus:simpleclient:pom:0.0.9 from/to central (https://repo1.maven.org/maven2/): Checksum validation failed, expected 6b5cd46506ce0d2f5d90b659d1134c4f8cca5bbd but is 6e5340c298b8dfc29b1c52c1c54deae77a46d69d
@juliusv
Copy link
Member

juliusv commented Jun 22, 2015

@brian-brazil Any idea what this could be?

@brian-brazil
Copy link
Contributor

I can reproduce it, the release must have been incorrect. However the pom content looks correct.

@xperimental
Copy link

I also noticed the checksum error on 0.0.9. Additionally the pom files (example) contain dependencies with variables (${project.version}) which seems to work with Maven (although it should create a warning) but causes problems with other tools.

@brian-brazil
Copy link
Contributor

@xperimental Which tools does that cause problems with? gradle?

I'll undo that next release anyway.

@xperimental
Copy link

With this library I had the problem with sbt specifically. But I had other tools (for example gradle) complain as well (not with this library, but in the same situation). I first blamed the "bundle" packaging and tried to work around that, but then noticed that it could resolve the simpleclient artifact just fine and that led me to the conclusion that the variables are the cause (simpleclient only has a variable in the test scope).

@prepor
Copy link
Author

prepor commented Jun 26, 2015

I had the problem with leiningen (clojure)

@xperimental
Copy link

When do you plan to do the next release?

@brian-brazil
Copy link
Contributor

I'm planning on next week, I want to put in support for the new pushgateway urls.

@xperimental
Copy link

Ok, this week would be great. Thanks.

@brian-brazil
Copy link
Contributor

The release of 0.10.0 is staged at https://oss.sonatype.org/service/local/repositories/ioprometheus-1013/content/ if you'd like to verify it all works as expected. It seems fine to me, but it'd be good to confirm.

@xperimental
Copy link

Version from staging works from sbt.

@brian-brazil
Copy link
Contributor

Thanks for testing, I'll push that out Monday morning then.

@brian-brazil
Copy link
Contributor

0.0.10 released which fixes this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants