maven-build-cache-extension
maven-build-cache-extension copied to clipboard
Apache Maven Build Cache Extension
Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [MBUILDCACHE JIRA issue](https://issues.apache.org/jira/browse/MBUILDCACHE) filed for the change (usually before you start...
Bumps [org.apache.maven.extensions:maven-extensions](https://github.com/apache/maven-parent) from 41 to 42. Release notes Sourced from org.apache.maven.extensions:maven-extensions's releases. 42 Bug [MPOM-449] - Remove the leading "1." from source/target properties Improvement [MPOM-447] - activate javac's release flag...
Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [MBUILDCACHE JIRA issue](https://issues.apache.org/jira/browse/MBUILDCACHE) filed for the change (usually before you...
Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.1. Release notes Sourced from org.codehaus.plexus:plexus-utils's releases. 4.0.1 🚀 New features and improvements Add .gitignore to default excludes (#269) @slawekjaranowski downgrade plexus-xml from 4 to...
Bumps [org.apache.maven.extensions:maven-extensions](https://github.com/apache/maven-parent) from 41 to 43. Release notes Sourced from org.apache.maven.extensions:maven-extensions's releases. 43 :boom: Breaking changes Remove dependency on maven-plugin-annotations to better support Maven 4 plugins (#190) @gnodet Remove checkstyle.violation.ignore...
Bumps [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) from 3.7.0 to 3.8.0. Release notes Sourced from org.apache.maven.plugins:maven-invoker-plugin's releases. maven-invoker-plugin-3.8.0 What's Changed Add missing dependency by @michael-o in apache/maven-invoker-plugin#247 [MINVOKER-368] Filter artifacts by scope before resolving in...
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.2. Release notes Sourced from org.codehaus.plexus:plexus-utils's releases. 4.0.1 🚀 New features and improvements Add .gitignore to default excludes (#269) @slawekjaranowski downgrade plexus-xml from 4 to...
This PR makes sure any cached build that doesn't involve phase `package` is considered as invalid. ------ Following this checklist to help us incorporate your contribution quickly and easily: -...
This PR adds the concept of cache zone. There can be multiple zones per checksum. This allows to store multiple final cache states and to use some zones as input...