-
Notifications
You must be signed in to change notification settings - Fork 5
/
sonatype.sbt
29 lines (25 loc) · 830 Bytes
/
sonatype.sbt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
xerial.sbt.Sonatype.sonatypeSettings
publishMavenStyle := true
publishArtifact in Test := false
pomIncludeRepository := { _ => false }
pomExtra := <url>https://github.com/giabao/couchbase-akka-extension</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:giabao/couchbase-akka-extension.git</url>
<connection>scm:git:git@github.com:giabao/couchbase-akka-extension.git</connection>
</scm>
<developers>
<developer>
<id>giabao</id>
<name>Gia Bảo</name>
<email>giabao@sandinh.net</email>
<organization>Sân Đình</organization>
<organizationUrl>http://sandinh.com</organizationUrl>
</developer>
</developers>