Skip to content

Conversation

@ericbottard
Copy link
Member

Thank you for taking time to contribute this pull request!
You might have already read the contributor guide, but as a reminder, please make sure to:

  • Add a Signed-off-by line to each commit (git commit -s) per the DCO
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission

For more details, please check the contributor guide.
Thank you upfront!

@ericbottard ericbottard force-pushed the build-cache-plugin branch 3 times, most recently from 9109c15 to 6f97a7b Compare November 21, 2025 15:21
@ericbottard ericbottard marked this pull request as ready for review November 21, 2025 15:23
Copy link
Contributor

@sobychacko sobychacko left a comment

Choose a reason for hiding this comment

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

@ericbottard It might be beneficial if you could amend the commit message to include some context about these components to reflect what these changes entail, how they are supposed to work, and help with the build process etc.

@ericbottard
Copy link
Member Author

@ericbottard It might be beneficial if you could amend the commit message to include some context about these components to reflect what these changes entail, how they are supposed to work, and help with the build process etc.

Done, I hope this is the kind of explanation you were looking for. I intend to demo how the extension works this week, but you can always read more at https://maven.apache.org/extensions/maven-build-cache-extension/index.html

@ilayaperumalg ilayaperumalg self-assigned this Nov 24, 2025
@ericbottard ericbottard force-pushed the build-cache-plugin branch 2 times, most recently from 97b38c7 to c496d2f Compare November 25, 2025 15:18
The build cache extension caches the results of
maven goal executions and skips re-running them if
the same inputs are detected again.

This helps both local development (re run tests of
affected modules only) and CI builds eventually (a
subsequent commit will introduce sharing of the cache
between CI runs)

Signed-off-by: Eric Bottard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants