You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/09/09 08:10:34 UTC

[plc4x] branch develop updated: chore(build): exclude replay_pid* from rat

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9753c36b4 chore(build): exclude replay_pid* from rat
9753c36b4 is described below

commit 9753c36b4bf2b60fcf055e3de2189b0be089e43d
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Fri Sep 9 10:10:21 2022 +0200

    chore(build): exclude replay_pid* from rat
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index a2253cae0..c3ead07ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -817,6 +817,7 @@
 
             <!-- Exlude core dumps-->
             <exclude>**/hs_err_pid*</exclude>
+            <exclude>**/replay_pid*</exclude>
           </excludes>
         </configuration>
       </plugin>