diff --git a/build.sbt b/build.sbt
index 46f028916..7964a1f79 100644
--- a/build.sbt
+++ b/build.sbt
@@ -10,26 +10,17 @@ lazy val publishingSettings = Seq(
else
Some("releases" at nexus + "service/local/staging/deploy/maven2")
},
+ licenses := Seq("Apache 2.0" -> url("http://opensource.org/licenses/Apache-2.0")),
+ homepage := Some(url("https://github.com/alexarchambault/coursier")),
+ developers := List(
+ Developer("alexarchambault", "Alexandre Archambault", "", url("https://github.com/alexarchambault"))
+ ),
pomExtra := {
- https://github.com/alexarchambault/coursier
-
-
- Apache 2.0
- http://opensource.org/licenses/Apache-2.0
-
-
scm:git:github.com/alexarchambault/coursier.git
scm:git:git@github.com:alexarchambault/coursier.git
github.com/alexarchambault/coursier.git
-
-
- alexarchambault
- Alexandre Archambault
- https://github.com/alexarchambault
-
-
},
credentials += {
Seq("SONATYPE_USER", "SONATYPE_PASS").map(sys.env.get) match {