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

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


The following commit(s) were added to refs/heads/0.1.x by this push:
     new 3da1097  Update excludes
3da1097 is described below

commit 3da1097d6b17d4fd72a44114164a0b4efe3a1767
Author: mercyblitz <mercybl...@gmail.com>
AuthorDate: Thu Jun 21 10:31:16 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 cd6a73b..18e0917 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -321,8 +321,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