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

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new 0551127334 [RAT] add excludes for new files (#7216)
0551127334 is described below

commit 0551127334bef4fe647dfa38da68b457f3d61219
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Tue Jun 2 16:32:46 2026 +0200

    [RAT] add excludes for new files (#7216)
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index cdf677e4c4..46122baf0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -520,6 +520,8 @@
                         <exclude>**/integration-tests/**/mtls.conf</exclude>
                         <!-- Goldens compared byte-for-byte to Hop output (no 
ASF header; see FILE_COMPARE in xml integration HWFs) -->
                         
<exclude>**/integration-tests/xml/files/expected/**</exclude>
+                        <exclude>**/integration-tests/ssh/keys/it_rsa</exclude>
+                        
<exclude>**/integration-tests/ssh/keys/it_rsa.pub</exclude>
 
                         <!-- Samples Exclusions -->
                         <!-- plugins/engines/beam -->

Reply via email to