You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/07/26 14:05:05 UTC

[incubator-iotdb] branch master updated: add excludes in rat plugin of pom

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

lta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 20eb6a8  add excludes in rat plugin of pom
20eb6a8 is described below

commit 20eb6a8ef8f891a258d58890ae0526aa1e5ad1d8
Author: lta <li...@163.com>
AuthorDate: Fri Jul 26 22:03:15 2019 +0800

    add excludes in rat plugin of pom
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 19a2acd..760b839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,6 +379,15 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <excludes>
+                        <!-- Additional files like .gitignore etc.-->
+                        <exclude>**/.*/**</exclude>
+                        <exclude>**/data/**</exclude>
+                        <exclude>NOTICE*</exclude>
+                        <exclude>licenses/*</exclude>
+                    </excludes>
+                </configuration>
             </plugin>
             <!--use `mvn cobertura:cobertura` -->
             <plugin>