You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2019. It is now read-only.
After deploying the first dependency, it returned the message No credentials found for snapshots and prompted for username and password.
Does it always try to deploy snapshots? Is there anyway to disable this behavior? Am I doing anything wrong? I tried a few different project.clj variations.
Thanks!
The text was updated successfully, but these errors were encountered:
The task lein deploy-deps will deploy any snapshot jars to your configured snapshots repo. I'm guessing that you have a transitive dependency on a snapshot version. To find out you can run lein classpath and see if any of the jars listed end in 'SNAPSHOT.jar'.
Please let me know if that helps. There is currently no way to disable deploying snapshot dependencies, but it should be easy to add. I have no plans to work on this right now, but pull requests are welcome.
Let me know what lein classpath turns up.
Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I was trying to deploy a set of dependencies to a private nexus repo with the following project.clj:
After deploying the first dependency, it returned the message
No credentials found for snapshots
and prompted for username and password.Does it always try to deploy snapshots? Is there anyway to disable this behavior? Am I doing anything wrong? I tried a few different project.clj variations.
Thanks!
The text was updated successfully, but these errors were encountered: