You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ra...@apache.org on 2021/08/13 07:27:48 UTC

[dubbo-admin] branch develop updated: rat exclude ".asf.yaml"

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

ranke pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git


The following commit(s) were added to refs/heads/develop by this push:
     new 023be33  rat exclude ".asf.yaml"
023be33 is described below

commit 023be33be6fa6135b5285d37ad772e7cff8e8285
Author: ranke <21...@qq.com>
AuthorDate: Fri Aug 13 15:27:37 2021 +0800

    rat exclude ".asf.yaml"
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 19517b9..eb253e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,6 +214,7 @@
 										<exclude>**/yarn.lock</exclude>
 										<exclude>**/node/**</exclude>
 										<exclude>**/dubbo-admin-info.json</exclude>
+										<exclude>.asf.yaml</exclude>
 									</excludes>
 								</configuration>
 							</execution>