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
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.
PlayLayoutPlugin
disablePlugins(PlayLayoutPlugin)
See: https://www.playframework.com/documentation/2.6.x/Anatomy#Default-SBT-layout