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 <[email protected]>
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>