Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
Add additional pom information for sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
spaced committed Nov 21, 2015
1 parent 61eef98 commit 7465269
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ scmInfo := Some(ScmInfo(
"scm:git:git@github.com:spaced/scala-js-d3.git",
Some("scm:git:git@github.com:spaced/scala-js-d3.git")))


pomExtra := (
<developers>
<developer>
<id>spaced</id>
<name>Adi Stadelmann</name>
<url>http://singlespaced.org</url>
</developer>
</developers>)

publishMavenStyle := true

useGpg := true

//bintray.Keys.repository := "maven"

0 comments on commit 7465269

Please sign in to comment.