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

cdutz pushed a commit to branch feature/c-api
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/feature/c-api by this push:
     new 1249ad7  - Added rat exclusions to exclude the CLion working 
directories from the rat-check
1249ad7 is described below

commit 1249ad7512ee9572bd4daf006003bb9bab44ce20
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed May 6 14:14:48 2020 +0200

    - Added rat exclusions to exclude the CLion working directories from the 
rat-check
---
 sandbox/plc4c/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/sandbox/plc4c/pom.xml b/sandbox/plc4c/pom.xml
index acf21d4..317a5c8 100644
--- a/sandbox/plc4c/pom.xml
+++ b/sandbox/plc4c/pom.xml
@@ -284,6 +284,23 @@
                 </executions>
             </plugin>
         </plugins>
+        <!--
+          Developers working in plc4c will probably use an IDE like CLion to 
edit just this
+          Part of the project. These IDEs generate some work-directries we 
need to exclude.
+        -->
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>org.apache.rat</groupId>
+              <artifactId>apache-rat-plugin</artifactId>
+              <configuration>
+                <excludes combine.children="append">
+                  <exclude>cmake-*/**</exclude>
+                 </excludes>
+              </configuration>
+            </plugin>
+          </plugins>
+        </pluginManagement>
     </build>
 
     <!-- This dependency is just to ensure thrift is built first -->

Reply via email to