From b763a783c8adcf46e2276c721e17f27c88e7aa9c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 19 May 2022 22:59:51 +0200 Subject: [PATCH] Fix pom --- build.sbt | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/build.sbt b/build.sbt index 6a601fb9..fe6b2496 100644 --- a/build.sbt +++ b/build.sbt @@ -76,26 +76,15 @@ lazy val commonSettings = Def.settings( // Work around 2.12 bug which prevents javadoc in nested java classes from compiling. "-no-java-comments", ), - pomExtra := ( - https://github.com/playframework/play-ws - - - Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0 - repo - - - - https://github.com/playframework/play-ws - scm:git:git@github.com/playframework/play-ws.git - - - - playframework - Play Team - http://playframework.com/ - - ), + licenses := Seq( + "Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0") + ), + developers += Developer( + "playframework", + "Play Team", + "contact@playframework.com", + url("https://playframework.com") + ), javacOptions in Compile ++= javacSettings, javacOptions in Test ++= javacSettings, headerLicense := {