Skip to content

Commit

Permalink
SCM configuration for sbt-sonatype (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Karel Cemus <[email protected]>
  • Loading branch information
KarelCemus and Karel Cemus authored Nov 7, 2023
1 parent 6a8e358 commit 45caf01
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ publishMavenStyle := true

pomIncludeRepository := { _ => false }

pomExtra :=
<scm>
<url>git@github.com:KarelCemus/play-i18n.git</url>
<connection>scm:git@github.com:KarelCemus/play-i18n.git</connection>
</scm>
<developers>
<developer>
<name>Karel Cemus</name>
</developer>
</developers>
scmInfo := Some(
ScmInfo(
url("https://github.com/KarelCemus/play-i18n.git"),
"scm:[email protected]:KarelCemus/play-i18n.git"
)
)
developers := List(
Developer(id="karel.cemus", name="Karel Cemus", email="", url=url("https://github.com/KarelCemus/"))
)

// Publish settings
publishTo := sonatypePublishToBundle.value
Expand Down

0 comments on commit 45caf01

Please sign in to comment.