Skip to content

Commit

Permalink
changed credential file location
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishg committed Sep 22, 2012
1 parent 6f62a8e commit 466be37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ScalaRedisProject.scala
Expand Up @@ -32,7 +32,7 @@ object ScalaRedisProject extends Build
if (v.trim.endsWith("SNAPSHOT")) Some("snapshots" at nexus + "content/repositories/snapshots")
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
},
credentials += Credentials(Path.userHome / ".ivy2" / ".credentials"),
credentials += Credentials(Path.userHome / ".sbt" / "sonatype.credentials"),
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { repo => false },
Expand Down

0 comments on commit 466be37

Please sign in to comment.