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

jhelou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit ed60d9b6660a24417def8eff7b9c2f0ee48a9304
Author: Jean Helou <j...@xn--gml-cma.com>
AuthorDate: Sun Sep 14 14:45:05 2025 +0200

    [JAMES-3978] enables test output caching
    
    using runtimeClasspath normalization to ignore git.properties
    which was pointed out as preventing caching by a build scan
    comparison
    git.properties are not expected to change test and coverage output much
    anyways.
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3067e726de..f6d1a6fe05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3502,6 +3502,13 @@
                                     </executions>
                                 </plugin>
                             </plugins>
+                            <normalization>
+                                <runtimeClassPath>
+                                    <ignoredFiles>
+                                        
<ignoredFile>git.properties</ignoredFile>
+                                    </ignoredFiles>
+                                </runtimeClassPath>
+                            </normalization>
                         </develocity>
                     </configuration>
                 </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to