Skip to content

Commit

Permalink
convert pomExtra to sbt keys
Browse files Browse the repository at this point in the history
except `developers` because sbt requires a URL
even though it's optional in the pom
  • Loading branch information
dwickern committed Nov 3, 2023
1 parent e4cc0e7 commit 8dce4f3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -158,19 +158,9 @@ lazy val testPlayVersionCommand = Command.single("testPlayVersion") { case (stat

Global / excludeLintKeys += ideSkipProject

ThisBuild / homepage := scmInfo.value.map(_.browseUrl)
ThisBuild / licenses := Seq(License.Apache2)
ThisBuild / pomExtra := {
<url>http://swagger.io</url>
<licenses>
<license>
<name>Apache License 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:swagger-api/swagger-play.git</url>
<connection>scm:git:git@github.com:swagger-api/swagger-play.git</connection>
</scm>
<developers>
<developer>
<id>fehguy</id>
Expand Down

0 comments on commit 8dce4f3

Please sign in to comment.