updating embedded jetty webapp in eclipse during run
问题 we have a maven generated webapp that runs in an embedded jetty server all stuffed into a fat jar. This seems to work fine but our UI developer is unhappy because when doing his UI stuff he wants to make changes to his code and not have to restart the webapp to have it show up. It was working like that before I did all the jar stuff. we have a resources section in the pom that looks like this: <resources> <resource> <directory>src/main/resources</directory> </resource> <resource> <directory