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

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 5dbfe77c0452a9ca29400560902ca3b16c369a30
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Nov 19 17:06:09 2025 +0000

    No need to check the autoconf cache
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index c1609ae..a694d80 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,8 @@
               <exclude>src/native/unix/config.nice</exclude>
               <exclude>src/native/unix/config.status</exclude>
               <exclude>src/native/unix/config.log</exclude>
+              <!-- autoconf cache - not included in release -->
+              <exclude>src/native/unix/autom4te.cache/**</exclude>
             </excludes>
           </configuration>
         </plugin>

Reply via email to