earldouglas / sbt-war

Package and run .war files with sbt
BSD 3-Clause "New" or "Revised" License
382 stars 105 forks source link

Run webapp components in a forked JVM #967

Closed earldouglas closed 1 month ago

earldouglas commented 1 month ago

This drops the webapp components runner in favor of com.earldouglas:webapp-components-runner to launch the webapp components in a forked JVM.

Fixes #960