Is there a good way to mavenify a play! framework application?

后端 未结 4 1224
野性不改
野性不改 2020-12-31 09:20

I am using play as web app framework and I love it, but I would like to know if there is a good way to declare the pom for a play! app ?

As the sources files are mea

4条回答
  •  天涯浪人
    2020-12-31 10:02

    Since Play 2.4 you can disable the PlayLayoutPlugin to use normal, Maven-style layout instead of Play's traditional layout. You just need to add disablePlugins(PlayLayoutPlugin) into your sbt project definition.

    See: https://www.playframework.com/documentation/2.6.x/Anatomy#Default-SBT-layout

提交回复
热议问题