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

fcsaky pushed a commit to branch parent_pom
in repository 
https://gitbox.apache.org/repos/asf/flink-connector-shared-utils.git


The following commit(s) were added to refs/heads/parent_pom by this push:
     new 6e1af16  [FLINK-39007] Run RAT plugin in downstream connector projects 
automatically
6e1af16 is described below

commit 6e1af169012db40306a56ba8bcf31bb8a309e6e6
Author: Ferenc Csaky <[email protected]>
AuthorDate: Mon Feb 2 10:49:20 2026 +0100

    [FLINK-39007] Run RAT plugin in downstream connector projects automatically
---
 pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index feee784..bcd9787 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,11 @@ under the License.
 
     <build>
         <plugins>
+            <plugin>
+                <groupId>org.apache.rat</groupId>
+                <artifactId>apache-rat-plugin</artifactId>
+            </plugin>
+
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-eclipse-plugin</artifactId>
@@ -260,7 +265,6 @@ under the License.
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
                     <version>${apache-rat-plugin.version}</version>
-                    <inherited>false</inherited>
                     <executions>
                         <execution>
                             <phase>verify</phase>
@@ -321,6 +325,9 @@ under the License.
                             <!-- Generated content -->
                             <exclude>tools/japicmp-output/**</exclude>
                             <exclude>**/target/**</exclude>
+
+                            <!-- Test resources -->
+                            <exclude>**/test/resources/**</exclude>
                         </excludes>
                     </configuration>
                 </plugin>

Reply via email to