Skip to content
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

Explicitly add maven-jar-plugin version to improve incremental build time. #1631

Merged
merged 4 commits into from
Jan 29, 2021

Conversation

tgravescs
Copy link
Collaborator

build time with scala maven plugin has gotten much worse after upgrading to 4.x. Adding in the specific version of maven-jar-plugin help this time. ie build when no code changes and skip tests takes 2 minutes on my desktop right now. With this change it takes 1 min 20 seconds.

@tgravescs tgravescs self-assigned this Jan 29, 2021
@tgravescs tgravescs added the build Related to CI / CD or cleanly building label Jan 29, 2021
Signed-off-by: Thomas Graves <tgraves@nvidia.com>
@tgravescs
Copy link
Collaborator Author

build

Copy link
Collaborator

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tgravescs tgravescs merged commit 29f7ba5 into NVIDIA:branch-0.4 Jan 29, 2021
@tgravescs tgravescs deleted the mvnjar branch January 29, 2021 22:20
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…time. (NVIDIA#1631)

* specify the maven jar plugin version to speed up builds

* fix spacing

* use 3.2.0 version

* signoff

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
nartal1 pushed a commit to nartal1/spark-rapids that referenced this pull request Jun 9, 2021
…time. (NVIDIA#1631)

* specify the maven jar plugin version to speed up builds

* fix spacing

* use 3.2.0 version

* signoff

Signed-off-by: Thomas Graves <tgraves@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants