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 c94eab4  Update excludes
c94eab4 is described below

commit c94eab445be6f92e519d177b4fa52955677f79ef
Author: mercyblitz <mercybl...@gmail.com>
AuthorDate: Thu Jun 21 10:50:09 2018 +0800

    Update excludes
---
 dubbo-spring-boot-parent/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 2321321..c3a79bd 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -336,8 +336,13 @@
                                 <exclude>PULL_REQUEST_TEMPLATE.md</exclude>
                                 <exclude>CONTRIBUTING.md</exclude>
                                 <exclude>README.md</exclude>
+                                <exclude>README_CN.md</exclude>
                                 <exclude>**/codestyle/*</exclude>
                                 <exclude>**/resources/META-INF/**</exclude>
+                                <exclude>**/*.factories</exclude>
+                                <exclude>**/*.provides</exclude>
+                                <exclude>**/*.properties</exclude>
+                                <exclude>**/*.json</exclude>
                             </excludes>
                         </configuration>
                     </execution>

Reply via email to