You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/11/24 23:51:37 UTC

[incubator-plc4x] branch develop updated: - Added a RAT exclusion for JSON files.

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 3d30794  - Added a RAT exclusion for JSON files.
3d30794 is described below

commit 3d307945210ce912f48c4d8a03aaca8df1a1ac8a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Nov 25 00:51:34 2018 +0100

    - Added a RAT exclusion for JSON files.
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 15d34fe..7811ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -433,6 +433,9 @@
 
             <!-- Data files created by examples running an embedded elasticsearch -->
             <exclude>elasticsearch-data/**</exclude>
+
+            <!-- JSON doesn't like comments -->
+            <exclude>**/*.json</exclude>
           </excludes>
         </configuration>
       </plugin>