Creation of war file from play framework

Hi

How to create war file from play framework 2.6 using sbt

There is no support out-of-the-box. There is play2-war-plugin, but I see it does not have support for newer versions of Play, but it can be a start point if you really want to package your application as a war.

Best.