This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new 4db7b61a9 [INLONG-5724][CI] Skip the apache-rat-plugin when building the docker-compose (#5725) 4db7b61a9 is described below commit 4db7b61a97c2bfacc227fbb4c6bd76e4698a6c83 Author: Xieqijun <44310040+jun0...@users.noreply.github.com> AuthorDate: Mon Aug 29 11:21:05 2022 +0800 [INLONG-5724][CI] Skip the apache-rat-plugin when building the docker-compose (#5725) --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 5e9938819..41aedb503 100644 --- a/pom.xml +++ b/pom.xml @@ -1749,6 +1749,9 @@ <exclude>**/tubemq-client-go/go.mod</exclude> <!-- Go sum --> <exclude>**/tubemq-client-go/go.sum</exclude> + <!-- Docker build--> + <exclude>**/docker/docker-compose/**/**</exclude> + </excludes> </configuration> </plugin>