Skip to content

Commit

Permalink
Add more pom metadata as required by sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed May 8, 2018
1 parent dcef19b commit 914b570
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ object NoPublish extends AutoPlugin {
override def requires = plugins.JvmPlugin

override def projectSettings = Seq(
publishArtifact := false,
publish := {},
publishLocal := {},
skip in publish := true,
)
}
Expand All @@ -26,7 +23,13 @@ object Publish extends AutoPlugin {
override def projectSettings = Seq(
bintrayOrganization := Some("akka"),
bintrayPackage := "akka-grpc",
homepage := Some(url("https://developer.lightbend.com/docs/akka-grpc/current/")),
scmInfo := Some(ScmInfo(url("https://github.com/akka/akka-grpc"), "[email protected]:akka/akka-grpc")),
licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
developers += Developer("contributors",
"Contributors",
"https://gitter.im/akka/dev",
url("https://github.com/akka/akka-grpc/graphs/contributors")),
)
}

0 comments on commit 914b570

Please sign in to comment.