You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recommendation to put credential settings (e.g. credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")) into projects should also be discouraged. The reason being different projects being published to different artifact repositories an the Ivy credentials file being not flexible enough.
Does it make sense or am I missing something?
The text was updated successfully, but these errors were encountered:
https://github.com/sbt/website/blame/master/src/reference/02-DetailTopics/03-Dependency-Management/05-Publishing.md#L72 states that
~/.ivy2/.credentials
is the preferred way to specify credentials. I disagree, at least as long as it doesn't clarify how to specify different credentials for multiple hosts.IMHO the recommendation should be to put credentials in
~/.sbt/0.13/per-user-per-organization-credentials.sbt
files like so:The recommendation to put credential settings (e.g.
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
) into projects should also be discouraged. The reason being different projects being published to different artifact repositories an the Ivy credentials file being not flexible enough.Does it make sense or am I missing something?
The text was updated successfully, but these errors were encountered: