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

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8af7e03e3 [hotfix][build] Connectors packaging don't exclude 
connector-http-base (#2818)
8af7e03e3 is described below

commit 8af7e03e385b9f261e3f3951768252d729570df3
Author: Zongwen Li <[email protected]>
AuthorDate: Thu Sep 22 10:03:56 2022 +0800

    [hotfix][build] Connectors packaging don't exclude connector-http-base 
(#2818)
---
 seatunnel-dist/src/main/assembly/assembly-bin-ci.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/seatunnel-dist/src/main/assembly/assembly-bin-ci.xml 
b/seatunnel-dist/src/main/assembly/assembly-bin-ci.xml
index 2e016d3a3..185ca71db 100644
--- a/seatunnel-dist/src/main/assembly/assembly-bin-ci.xml
+++ b/seatunnel-dist/src/main/assembly/assembly-bin-ci.xml
@@ -134,7 +134,8 @@
             </includes>
             <excludes>
                 <exclude>org.apache.seatunnel:connector-common</exclude>
-                <exclude>org.apache.seatunnel:connector-*-base</exclude>
+                <!-- Don't exclude connector-http-base, because it contains 
SPI files -->
+                <exclude>org.apache.seatunnel:connector-file-base</exclude>
             </excludes>
             <outputDirectory>/connectors/seatunnel</outputDirectory>
             <scope>provided</scope>

Reply via email to