-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Obscure "no connector" error when repository not configured correctly. #1890
Comments
For people finding this page via a search for This is an error message you can get by deploying a major-minor-tiny-SNAPSHOT version to clojars via
Alternately, you can just use |
- More info: technomancy/leiningen#1890
This is unfortunate, but I don't think it's worth handling this particular potential mistake specifically; better to handle it in #2223. |
Makes sense! And the error is searchable here in the meantime. :-) |
Update DEPLOY.md as proposed in #1890
So that major-minor-tiny-SNAPSHOT releases can be deployed. See technomancy/leiningen#1890
I had the following code in my project.clj -- note the two repositories occupying the same vector:
When I ran
lein deploy
, instead of a message about thesnapshots
repository not being configured, I get a warning about missing credentials and then an error about there not being a Maven connector:I think we could probably provide a clearer error than that.
The text was updated successfully, but these errors were encountered: