Skip to content

Commit 24623bc

Browse files
committed
publish mods
1 parent 4e1b625 commit 24623bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.sbt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,17 @@ publishTo := {
2525
Some("releases" at nexus + "service/local/staging/deploy/maven2")
2626
}
2727

28-
useGpg := true
2928
pomIncludeRepository := { _ => false }
3029
publishMavenStyle := true
3130
publishArtifact in Test := false
32-
33-
credentials += Credentials(Path.userHome / ".ivy2" / "numsca.credentials")
34-
3531
licenses := Seq("BSD-style" -> url("http://www.opensource.org/licenses/bsd-license.php"))
36-
3732
homepage := Some(url("https://github.com/botkop"))
38-
3933
scmInfo := Some(
4034
ScmInfo(
4135
url("https://github.com/botkop/numsca"),
4236
"scm:[email protected]:botkop/numsca.git"
4337
)
4438
)
45-
4639
developers := List(
4740
Developer(
4841
id = "botkop",
@@ -51,5 +44,3 @@ developers := List(
5144
url = url("https://github.com/botkop")
5245
)
5346
)
54-
55-

0 commit comments

Comments
 (0)