We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a01815 commit 212027aCopy full SHA for 212027a
1 file changed
java/tests/publish.sbt
@@ -1,30 +1,6 @@
1
licenses := Seq("AGPL-3.0" -> url("https://www.gnu.org/licenses/agpl-3.0.txt"))
2
-
3
homepage := Some(url("http://github.com/ironcorelabs/ironoxide-java"))
4
-publishMavenStyle := true
+
5
publishArtifact in Test := false
6
pomIncludeRepository := { _ => false }
7
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