Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Remove sonatype settings from Common.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed May 14, 2019
1 parent 80a47fb commit 21f7c8f
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ object Common {
else Some("releases" at nexus + "service/local/staging/deploy/maven2")
},
// POM settings for Sonatype
homepage := Some(url("https://github.com/raml-org/webapi-parser")),
scmInfo := Some(
ScmInfo(
url("https://github.com/raml-org/webapi-parser"),
"scm:git@github.com:raml-org/webapi-parser.git"
)
),
developers := List(
Developer(
"raml-org",
"Raml Org",
"info@raml.org",
url("https://github.com/raml-org")
)
),
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")),
publishMavenStyle := true,
publishConfiguration := publishConfiguration.value.withOverwrite(true)
)

Expand Down

0 comments on commit 21f7c8f

Please sign in to comment.