Skip to content
This repository was archived by the owner on May 3, 2018. It is now read-only.

Commit 623f805

Browse files
committed
Configure credentials file for publishing.
Credentials file is required for publishing artifacts. Standard configuration taken from: http://www.scala-sbt.org/release/docs/Detailed-Topics/Publishing.html#credentials
1 parent ebd7a21 commit 623f805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ publishTo := {
4545
Some("releases" at nexus + "service/local/staging/deploy/maven2")
4646
}
4747

48+
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials")
49+
4850
publishMavenStyle := true
4951

5052
publishArtifact in Test := false

0 commit comments

Comments
 (0)