Closed
Description
Hi,
I am migrating a project to gwt-maven-plugin (from Mojo's) and using the opportunity to cleanup my pom. It turns out that org.gwtproject:gwt-dev module is neither needed to compile the code of my project, nor used in runtime. However, without it gwt-maven-plugin fails to execute as it cannot find class com.google.gwt.dev.Compiler. And gwt-dev requirement is clearly stated in the documentation [1].
I am not a big GWT expert, so my question could be silly. Is it technically possible to load gwt-dev classes not from the project's classpath, but from the plugin's or somehow else? Or am I totally getting in wrong and gwt-dev is always on classpath for every GWT project? (I wonder what for)