Question/proposition to add gwt:codeserver-no-fork
goal
#100
Labels
enhancement
New feature or request
question
Further information is requested
wontfix
This will not be worked on
Hello Thomas!
I'm working on a large GWT app project where launching
gwt:codeserver
takes several minutes. After reducing the projects list with the-pl
+-am
parameters, maven reactor includes >40 gwt-libs + some shared libs.In my case,
process-classes
build phase execution is redundant since my sources are already built before launching SDM in 99% of cases. But a lot of sources are generated during maven build.So my question is do you have any plans for adding a mojo for launching CodeServer w/o forking a
process-classes
build phase (e.g. jar-no-fork)?P.S.: I've tried to do it myself and CodeServer starts in ~10 sec. The only thing that needed to be fixed in my case is adding the generated sources directories (e.g.
target/generated-sources
) to the maven'sCompileSourceRoots
in order to pass it to the-src
CodeServer's parameter.The text was updated successfully, but these errors were encountered: