Is it possible to make gwt:run-codeserver goal(from org.codehaus.mojo/gwt-maven-plugin) run with sources from referenced dependencies.
For a war project projA which depends on libA, it will add the sources of projA but for libA, it will add the source jar instead of the source folder to GWT source. Because of this, it's not possible to have CodeServer recompile the code on browser refresh. I have to