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

Commit

Permalink
Add a file for sbt-sonatype.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogu committed Mar 28, 2016
1 parent e2bd294 commit 0ac68af
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions sonatype.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
sonatypeProfileName := "com.github.mnogu"

pomExtra in Global := {
<url>https://github.com/mnogu/gatling-kafka</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<connection>scm:git:github.com/mnogu/gatling-kafka.git</connection>
<developerConnection>scm:git:git@github.com:mnogu/gatling-kafka.git</developerConnection>
<url>github.com/mnogu/gatling-kafka.git</url>
</scm>
<developers>
<developer>
<id>mnogu</id>
<name>Muneyuki Noguchi</name>
<url>https://github.com/mnogu</url>
</developer>
</developers>
}

0 comments on commit 0ac68af

Please sign in to comment.