Discussion:
Getting Datomic Pro Peer library via SBT
David James
2017-07-10 03:48:30 UTC
Permalink
For search engine posterity, be sure to use the password shown at
https://my.datomic.com/account -- this is *different* than your login
password. It will be a long string of hexadecimal digits and hyphens.
Hi Jay,
Were you ever able to figure this out? I'm running into the same problem.
My guess is that there's a problem with the realm. Everything else is
straight forward enough.
Joe
Hi,
Is it possible to get the Datomic Pro jar file and its dependencies
directly through SBT?
*resolvers ++= Seq(*
*...*
*"my.datomic.com <http://my.datomic.com>" at
"https://my.datomic.com/repo <https://my.datomic.com/repo>"*
*)*
*credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")*
and the .credentials file has
*realm=restricted area*
*host=my.datomic.com <http://my.datomic.com>*
*user=*myusername*
*password=*mypass*
However, it does not seem to work. I can see it tried to obtain *https://my.datomic.com/repo/com/datomic/datomic-pro/0.9.4699/datomic-pro-0.9.4699.pom
<https://my.datomic.com/repo/com/datomic/datomic-pro/0.9.4699/datomic-pro-0.9.4699.pom>* which
seems to be correct place but failed to obtain it (I guess it is due to the
credential not correctly set).
Any comment or suggestion on what may be wrong in my setting?
Thanks,
Jay
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...