I am refactoring a GWT project to build beyond eclipse using maven and the GWT plugin. When I create the application in eclipse, it finds my one module and compiles 5 substitutions. When I build the same with the gwt plugin, it should compile 75, which requires age. The increase in the number of local workers did not help with speed even
I do not limit user agents or locales in the assembly, so why does the eclipse assembly compute so many fewer permutations, and how can I get maven build to do the same?
Maven compilation uses the following options
com.google.gwt.dev.Compiler -gen / project / target / .generated -logLevel INFO-style OBF -war / project / target / war -localWorkers 1 mymodule
compilation permutation gwt
sgargan
source share