File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -25,24 +25,17 @@ publishTo := {
25
25
Some (" releases" at nexus + " service/local/staging/deploy/maven2" )
26
26
}
27
27
28
- useGpg := true
29
28
pomIncludeRepository := { _ => false }
30
29
publishMavenStyle := true
31
30
publishArtifact in Test := false
32
-
33
- credentials += Credentials (Path .userHome / " .ivy2" / " numsca.credentials" )
34
-
35
31
licenses := Seq (" BSD-style" -> url(" http://www.opensource.org/licenses/bsd-license.php" ))
36
-
37
32
homepage := Some (url(" https://github.com/botkop" ))
38
-
39
33
scmInfo := Some (
40
34
ScmInfo (
41
35
url(" https://github.com/botkop/numsca" ),
42
36
" scm:[email protected] :botkop/numsca.git"
43
37
)
44
38
)
45
-
46
39
developers := List (
47
40
Developer (
48
41
id = " botkop" ,
@@ -51,5 +44,3 @@ developers := List(
51
44
url = url(" https://github.com/botkop" )
52
45
)
53
46
)
54
-
55
-
You can’t perform that action at this time.
0 commit comments