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-extras.git


The following commit(s) were added to refs/heads/develop by this push:
     new 22f9ff7  chore: some exclusions for RAT
22f9ff7 is described below

commit 22f9ff7131302748ebb078e39dbd13c75da4e34d
Author: Sebastian Rühl <[email protected]>
AuthorDate: Thu Aug 28 09:17:59 2025 +0200

    chore: some exclusions for RAT
---
 pom.xml | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/pom.xml b/pom.xml
index f97ace4..33ce2f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,16 @@
             <exclude>**/cmake-*/**</exclude>
             <exclude>**/.lock/**</exclude>
 
+            <!-- License Files for other licenses -->
+            <exclude>**/UNLICENSE</exclude>
+            <exclude>**/CHANGELOG.md</exclude>
+            <exclude>**/EPL-2.0</exclude>
+
+            <!--
+              Files licensed under other compatible licenses.
+            -->
+            <exclude>**/Expression.g4</exclude>
+
             <!-- Maven related files -->
             <exclude>**/target/**</exclude>
             <exclude>target/**</exclude>
@@ -138,6 +148,34 @@
             <exclude>**/*.iml</exclude>
             <exclude>**/.attach_pid*</exclude>
 
+            <!-- Wireshark Captures -->
+            <exclude>**/*.pcap</exclude>
+            <exclude>**/*.pcapng</exclude>
+
+            <!-- JEVN local version files -->
+            <exclude>**/.java-version</exclude>
+
+            <!-- ASCIIdoctor generated files -->
+            <exclude>**/.asciidoctor/**</exclude>
+
+            <!-- Jenkins build and docker-compose related files -->
+            <exclude>.repository/**</exclude>
+            <exclude>local-snapshots-dir/**</exclude>
+            <exclude>.local-snapshots-dir/**</exclude>
+
+            <!-- Data files created by examples running an embedded 
elasticsearch -->
+            <exclude>elasticsearch-data/**</exclude>
+
+            <!-- JSON doesn't like comments -->
+            <exclude>**/*.json</exclude>
+            <exclude>**/*.avsc</exclude>
+
+            <!-- comments are trouble some for CSVs which are static -->
+            <exclude>**/*.csv</exclude>
+
+            <!-- Output of the profiler maven extension -->
+            <exclude>**/.profiler/**</exclude>
+
             <!-- CLion stuff (C++ IDE) -->
             <exclude>**/cmake-build-debug/**</exclude>
             <exclude>**/*.make</exclude>
@@ -152,6 +190,12 @@
             <exclude>**/CMakeCache.txt</exclude>
             <exclude>**/DartConfiguration.tcl</exclude>
 
+            <!-- .Net stuff -->
+            <exclude>plc4net/plc4net.sln.DotSettings.user</exclude>
+
+            <!-- Stuff created during a plc4net build -->
+            <exclude>**/obj/**</exclude>
+
             <!-- Temporarily exclude generated code from thrift in python 
modules -->
             <!--exclude>generated/**</exclude-->
             <!-- Temporary Python files -->
@@ -182,6 +226,8 @@
             <exclude>ui/frontend/project/node/**</exclude>
             <exclude>ui/frontend/project/node_modules/**</exclude>
 
+            <exclude>website/node_modules/**</exclude>
+
             <exclude>.mvn/**</exclude>
 
             <!-- Exclude core dumps-->

Reply via email to