This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new ac58d3e  add Maven Build Cache Extension
ac58d3e is described below

commit ac58d3e758a8362ddc1b759d42e9a8d84784be0b
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Wed Feb 8 12:23:31 2023 +0100

    add Maven Build Cache Extension
---
 src/main/resources/dist-tool.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/resources/dist-tool.conf 
b/src/main/resources/dist-tool.conf
index a35aa3d..e4a158c 100644
--- a/src/main/resources/dist-tool.conf
+++ b/src/main/resources/dist-tool.conf
@@ -37,6 +37,9 @@
 
 /binaries: content.not.checked
 
+/buildcache: org.apache.maven.extensions
+  maven-build-cache-extension
+
 /doxia: org.apache.maven.doxia
   doxia [1.9.1,2.0.0)
 ##  doxia-book-maven-plugin

Reply via email to