mirror of https://github.com/sbt/sbt.git
Updated the host name used for publishing artifacts to the community repository.
This commit is contained in:
parent
3e32c7d1f1
commit
0ca2ae5843
|
|
@ -28,7 +28,8 @@ You'll also need to add your credentials somewhere. For example, you might use
|
|||
|
||||
::
|
||||
|
||||
credentials += Credentials("Artifactory Realm", "repo.scala-sbt.org", "jsuereth", "@my encrypted password@")
|
||||
credentials += Credentials("Artifactory Realm",
|
||||
"scalasbt.artifactoryonline.com", "@user name@", "@my encrypted password@")
|
||||
|
||||
Where ``@my encrypted password@`` is actually obtained using the following `instructions <http://wiki.jfrog.org/confluence/display/RTF/Centrally+Secure+Passwords>`_.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue