mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
Updated the host name used for publishing artifacts to the community repository.
This commit is contained in:
committed by
Mark Harrah
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>`_.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user