Azure / appcat-rulesets

Repository for maintaining Rulesets for Windup
Eclipse Public License 2.0
6 stars 8 forks source link

See if we can use the Maven Build Cache extension to speed up the build #50

Closed agoncal closed 7 months ago

agoncal commented 1 year ago

The Apache Maven team is pleased to announce the release of Apache Maven Build Cache extension 1.0.1.

The Build cache is an extension targeted to simplify and make more efficient work with large builds in Maven. With features such as incremental builds work on the modified part of the project graph part only, project state restoration (partial) to avoid expensive tasks (code generation and similar), etc. More details are available here: https://maven.apache.org/extensions/maven-build-cache-extension/index.html

For a quick start please refer to the "Getting Started" page: https://maven.apache.org/extensions/maven-build-cache-extension/getting-started.html

Release Notes - Maven Build Cache Extension - Version 1.0.1

** Bug

** Improvement

** Task

** Dependency upgrade