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

Commit

Permalink
Merge pull request #204 from mkurz/fix_pom_extras
Browse files Browse the repository at this point in the history
Fixed duplicated scm entry in pom.xml
  • Loading branch information
mkurz authored May 10, 2022
2 parents 3ac3508 + 86320cf commit 02716fe
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/main/scala/interplay/PlayBuildBase.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,7 @@ object PlayBuildBase extends AutoPlugin {
"main"
},

pomExtra := {
val repoName = (ThisBuild / playBuildRepoName).value
<scm>
<url>https://github.com/playframework/{repoName}</url>
<connection>scm:git:git@github.com:playframework/{repoName}.git</connection>
</scm>
<developers>
<developer>
<id>playframework</id>
<name>Play Framework Team</name>
<url>https://github.com/playframework</url>
</developer>
</developers>
},
developers += Developer("playframework", "Play Framework Team", "contact playframework com", url("https://github.com/playframework")),
pomIncludeRepository := { _ => false }
)
}

0 comments on commit 02716fe

Please sign in to comment.