From 0ac68afb7b7649fe6141e10c71c2cef339b3e70a Mon Sep 17 00:00:00 2001 From: Muneyuki Noguchi Date: Mon, 28 Mar 2016 22:52:23 +0900 Subject: [PATCH] Add a file for sbt-sonatype. --- sonatype.sbt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sonatype.sbt diff --git a/sonatype.sbt b/sonatype.sbt new file mode 100644 index 0000000..c735306 --- /dev/null +++ b/sonatype.sbt @@ -0,0 +1,23 @@ +sonatypeProfileName := "com.github.mnogu" + +pomExtra in Global := { + https://github.com/mnogu/gatling-kafka + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + scm:git:github.com/mnogu/gatling-kafka.git + scm:git:git@github.com:mnogu/gatling-kafka.git + github.com/mnogu/gatling-kafka.git + + + + mnogu + Muneyuki Noguchi + https://github.com/mnogu + + +}