This is an automated email from the ASF dual-hosted git repository. vaughn pushed a commit to branch zy_dev in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit d1b3f44cb923c10268b2e5130bf9889d493c9c1d Author: zyxxoo <[email protected]> AuthorDate: Mon Dec 5 13:34:12 2022 +0800 FIX: rat ignore protobuf generate file check --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 4d8ab4910..93f723978 100644 --- a/pom.xml +++ b/pom.xml @@ -367,6 +367,7 @@ <exclude>**/*.json</exclude> <exclude>**/*.conf</exclude> <exclude>**/*.map</exclude> + <exclude>**/protobuf/java/**/*.java</exclude> <exclude>**/*.properties</exclude> <exclude>dist/**/*</exclude> <exclude>**/assembly/static/bin/hugegraph.service</exclude>
