My HotSwap run configuration just works for java and not for html.
I am running a Wicket application on Tomcat, which I start with mvn tomcat7:run.
In my runner Configuration (Runner Tab VM Options) I entered:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=61515
Here is the run configuration:
Also I created a Remote Starter
Now I start (not debug) Tomcat Local H2 and after that I start as debug the Tomcat Hotswap Run configuration.
When I change a java class it works after CTRL+SHIFT+F9, but when I change some html files it will not be rebuild.
Does anyone have a suggestion what I do wrong?

