-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate possibility to speed-up GWT Super DevMode launching #7122
Comments
There are a couple of ways available to speed-up launching GWT Super DevMode.
Solution №1 requires a contribution to the Now SDM runs in >3min. Thus, it will be more reasonable to apply solution №2. |
Solution 1 seems more interesting. Why not starting with n°2 but still trying to reach the best solution by contributing back to another project? |
Hi Stévan! |
Excellent ! Thanks Artem ! |
gwt:codeserver
Mojo forksprocess-classes
build phase for each project from the maven reactor in order to prepare/ensure all required projects are prepared for running GWT Super DevMode. E.g. all (re-)sources have been generated etc.Since we never (AFAIK) launch GWT Super DevMode on freshly cloned Che sources but built it first, forking
process-classes
build phase looks redundant and it takes a lot of time.So it makes sense to investigate the possibility to skip
process-classes
build phase execution on every project during launching GWT SDM.The text was updated successfully, but these errors were encountered: