cescoffier / maven-play2-plugin

A Maven Plugin to build Play2 applications
Apache License 2.0
49 stars 41 forks source link

provides hot reloading for multi-module project #18

Open amertum opened 12 years ago

amertum commented 12 years ago

First, thanks a lot for your plugin, really like it.

I use your plugin with a maven multi-module pattern such as :

/root
    /front (play2)
    /back (play2)
    /model (jar)

where front and back are play2 webapp and model is shared between both.

Since 2.0.2, play supports hot reloading for subproject, maybe your plugin can use this when using play2:run https://play.lighthouseapp.com/projects/82401/tickets/403-multi-project-sub-project-build-files-do-not-reload-the-application

eskatos commented 12 years ago

+1 :)

subnetmarco commented 11 years ago

+1