You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/08/29 03:21:10 UTC

[inlong] branch master updated: [INLONG-5724][CI] Skip the apache-rat-plugin when building the docker-compose (#5725)

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 <44...@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>