Skip to content

Commit

Permalink
Publish to internal repository
Browse files Browse the repository at this point in the history
  • Loading branch information
notxcain committed Jan 11, 2021
1 parent 2ab0a8b commit 18d255b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ lazy val commonSettings = Seq(
scalaVersion := "2.12.6",
version := "0.5.0.rc2",
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
sonatypeProfileName := "com.whisk",
publishMavenStyle := true,
credentials += Credentials(Path.userHome / ".m2" / ".credentials"),
publishTo := Some("internal.repo" at "https://mymavenrepo.com/repo/y2J1NBZ7K79ReLGgRL3s/"),
pomExtra in Global := {
<url>https://github.com/whisklabs/docker-it-scala</url>
<scm>
Expand Down

0 comments on commit 18d255b

Please sign in to comment.