Updated the host name used for publishing artifacts to the community repository.

This commit is contained in:
Juan Manuel Caicedo Carvajal
2013-02-28 08:30:45 -05:00
committed by Mark Harrah
parent 3e32c7d1f1
commit 0ca2ae5843
+2 -1
View File
@@ -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>`_.