-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsonatype.sbt
More file actions
44 lines (40 loc) · 1.25 KB
/
Copy pathsonatype.sbt
File metadata and controls
44 lines (40 loc) · 1.25 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
xerial.sbt.Sonatype.sonatypeSettings
publishMavenStyle := true
publishArtifact in Test := false
pomIncludeRepository := { _ => false }
pomExtra := <url>https://github.com/giabao/php-unserializer</url>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>[email protected]:giabao/php-unserializer.git</url>
<connection>scm:git:[email protected]:giabao/php-unserializer.git</connection>
</scm>
<developers>
<developer>
<id>giabao</id>
<name>Gia Bảo</name>
<email>[email protected]</email>
<organization>Sân Đình</organization>
<organizationUrl>http://sandinh.com</organizationUrl>
</developer>
<developer>
<id>lorecraft</id>
<email>[email protected]</email>
</developer>
<developer>
<id>forpdfsending</id>
<email>[email protected]</email>
</developer>
<developer>
<id>ashawley</id>
<name>Aaron S. Hawley</name>
<email>[email protected]</email>
<organization>NinthFloor.org</organization>
<organizationUrl>http://users.ninthfloor.org/~ashawley/</organizationUrl>
</developer>
</developers>