forked from archived-codacy/scala-consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sonatype.sbt
30 lines (29 loc) · 937 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
30
// Your profile name of the sonatype account. The default is the same with the organization value
//sonatypeProfileName := "com.sandinh"
pomExtra in Global := {
<url>https://github.com/codacy/scala-consul</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<scm>
<url>https://github.com/codacy/scala-consul</url>
<connection>scm:git:[email protected]:codacy/scala-consul.git</connection>
<developerConnection>scm:git:https://github.com/codacy/scala-consul.git</developerConnection>
</scm>
<developers>
<developer>
<id>mrfyda</id>
<name>Rafael</name>
<email>rafael [at] codacy.com</email>
<url>https://github.com/mrfyda</url>
</developer>
<developer>
<id>giabao</id>
<name>San Dinh</name>
<url>http://sandinh.com</url>
</developer>
</developers>
}