From 55d1ec0887611cb3a74ff2036ff41ee2cd94e722 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sat, 21 Nov 2015 14:23:07 +0100 Subject: [PATCH] Minor changes in build.sbt --- build.sbt | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) 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 {