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

mercyblitz pushed a commit to branch 0.2.0
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.2.0 by this push:
     new 547a8fc  Update rat configuration
547a8fc is described below

commit 547a8fc618a2eeae5947be3c69261a2a9ab93b20
Author: mercyblitz <mercybl...@gmail.com>
AuthorDate: Wed Jun 20 17:39:28 2018 +0800

    Update rat configuration
---
 dubbo-spring-boot-parent/pom.xml | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index b9a9c03..2321321 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -308,8 +308,19 @@
                         </goals>
                         <configuration>
                             <excludes>
+                                <exclude>**/*.versionsBackup</exclude>
                                 <exclude>**/.idea/</exclude>
                                 <exclude>**/*.iml</exclude>
+                                <exclude>**/*.txt</exclude>
+                                <exclude>**/*.load</exclude>
+                                <exclude>**/*.flex</exclude>
+                                <exclude>**/*.fc</exclude>
+                                <exclude>**/*.javascript</exclude>
+                                <exclude>**/*.properties</exclude>
+                                <exclude>**/*.thrift</exclude>
+                                <exclude>**/*.sh</exclude>
+                                <exclude>**/*.bat</exclude>
+                                <exclude>**/*.md</exclude>
                                 <exclude>.git/</exclude>
                                 <exclude>.gitignore</exclude>
                                 <!-- ASF jenkins box puts the Maven repo in 
our root directory. -->
@@ -319,13 +330,14 @@
                                 <exclude>**/.project</exclude>
                                 <exclude>**/target/**</exclude>
                                 <exclude>**/*.log</exclude>
+                                <exclude>CODE_OF_CONDUCT.md</exclude>
                                 <exclude>.codecov.yml</exclude>
                                 <exclude>.travis.yml</exclude>
+                                <exclude>PULL_REQUEST_TEMPLATE.md</exclude>
+                                <exclude>CONTRIBUTING.md</exclude>
                                 <exclude>README.md</exclude>
                                 <exclude>**/codestyle/*</exclude>
-                                <exclude>**/*.factories</exclude>
-                                <exclude>**/*.provides</exclude>
-                                <exclude>**/*.properties</exclude>
+                                <exclude>**/resources/META-INF/**</exclude>
                             </excludes>
                         </configuration>
                     </execution>

Reply via email to