Vaadin jetty live reload not picking up class changes

44 Views Asked by At

I've created a fresh Vaadin app from the maven archetype and run it through the maven jetty plugin. In the log I see the "Scan interval sec = 2" but it's not picking up any java changes (IntelliJ). If I do a full "mvn compile" (which takes too long to be practical anyway) I end up with a 503.

Any pointers on where to start looking for the root of the problem?

0

There are 0 best solutions below