This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/develop by this push:
new 906a302 ignore licenses in rat check
906a302 is described below
commit 906a30247efd4922d0cda04db67e173e6a9b25df
Author: nzomkxia <[email protected]>
AuthorDate: Sun Feb 24 10:42:00 2019 +0800
ignore licenses in rat check
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 35029ff..dfb727c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,7 @@
<exclude>**/.eslintignore</exclude>
<exclude>**/resources/META-INF/**</exclude>
<exclude>**/src/main/resources/public/**</exclude>
+
<exclude>**/src/licenses/**</exclude>
</excludes>
</configuration>
</execution>