-
Notifications
You must be signed in to change notification settings - Fork 214
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
not fast #570
Comments
Could you measure the time of the first, second and third build with |
I also did a benchmark with two scala projects, which have about 30 subprojects:
using commands for both mvn/mvnd:
reuslt
the performance of compilation and build is quite close to each other. by the way, it is time-consuming to build fat-jar with maven-shade-plugin, is there better way to create fat-jar for spark jobs? |
How come the duration for |
Well, it doesn't really. At least it's not really meaningful. |
So mvnd speeds up by
|
Thanks for your time.
|
Yes, though the output is imho much more usable in mvnd.
Sure, but again, |
Then there may be a problem. Can you provide a project for investigation ? |
sorry for that, the projects are accessible in intranet only now. |
Well, I can't do much without any data. Please open a new issue when/if you have something that can be reproduced. |
The project build speed is not fast, the same as mvn
The text was updated successfully, but these errors were encountered: