Open t-jones opened 11 years ago
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!
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!