File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 2
2
* .log
3
3
target /
4
4
.idea /
5
+ _site /
Original file line number Diff line number Diff line change @@ -93,11 +93,17 @@ publishArtifact in Test := false
93
93
94
94
pomIncludeRepository := { _ => false }
95
95
96
- credentials += Credentials (Path .userHome / " .ivy2" / " .credentials" )
97
-
98
- pgpSecretRing := file((Path .userHome / " .gnupg" / " secring.gpg" ).getAbsolutePath)
96
+ pomExtra := (
97
+ <scm >
98
+ <url >https:// github.com/ scalatest/ scalatestplus- selenium</url >
99
+ <connection >scm: git: git@ github.com: scalatest/ scalatestplus- selenium.git</connection >
100
+ <developerConnection >
101
+ scm: git: git@ github.com: scalatest/ scalatestplus- selenium.git
102
+ </developerConnection >
103
+ </scm >
104
+ )
99
105
100
- pgpPassphrase := None
106
+ credentials += Credentials ( Path .userHome / " .ivy2 " / " .credentials " )
101
107
102
108
scalacOptions ++= Seq (
103
109
" -deprecation" ,
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.1" )
2
-
3
- addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.2.2" )
1
+ addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 2.0.1" )
4
2
5
3
addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.4" )
6
4
You can’t perform that action at this time.
0 commit comments