Guest User

Untitled

a guest
May 3rd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. [error] Unable to find credentials for [Artifactory Realm @ artifactory.mydomain.com].
  2.  
  3. cat ~/.sbt/repositories
  4. [repositories]
  5. local
  6. my-ivy-proxy-releases: https://artifactory.mydomain.com/my-ivy-release-local/, [organization]/[module]/(scala_[scalaVersion]/)(sbt_[sbtVersion]/)[revision]/[type]s/[artifact](-[classifier]).[ext]
  7. my-maven-proxy-releases: https://artifactory.mydomain.com/my-ivy-release-local/
  8.  
  9. cat ~/.sbt/.credentials
  10. realm=Artifactory Realm
  11. host=artifactory.mydomain.com
  12. user=myuser
  13. password=mypassword
  14.  
  15. export SBT_CREDENTIALS=/Users/myuser/.sbt/.credentials
  16.  
  17. cat ~/.sbt/0.13/credentials.sbt
  18. credentials += Credentials(Path.userHome / ".sbt" / ".credentials")
Add Comment
Please, Sign In to add comment