Skip to content

Commit 212027a

Browse files
authored
Clean up publish.sbt (#250)
1 parent 4a01815 commit 212027a

1 file changed

Lines changed: 1 addition & 25 deletions

File tree

java/tests/publish.sbt

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,6 @@
11
licenses := Seq("AGPL-3.0" -> url("https://www.gnu.org/licenses/agpl-3.0.txt"))
2-
32
homepage := Some(url("http://github.com/ironcorelabs/ironoxide-java"))
4-
publishMavenStyle := true
3+
54
publishArtifact in Test := false
65
pomIncludeRepository := { _ => false }
76

8-
pomExtra := (
9-
<scm>
10-
<url>git@github.com:IronCoreLabs/ironoxide-java.git</url>
11-
<connection>scm:git@github.com:IronCoreLabs/ironoxide-java.git</connection>
12-
</scm>
13-
<developers>
14-
{
15-
Seq(
16-
("bobwall23", "Bob Wall"),
17-
("coltfred", "Colt Frederickson"),
18-
("giarc3", "Craig Colegrove"),
19-
("skeet70", "Murph Murphy"),
20-
).map {
21-
case (id, name) =>
22-
<developer>
23-
<id>{id}</id>
24-
<name>{name}</name>
25-
<url>https://github.com/{id}</url>
26-
</developer>
27-
}
28-
}
29-
</developers>
30-
)

0 commit comments

Comments
 (0)