You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampark.apache.org by be...@apache.org on 2022/10/13 13:39:21 UTC

[incubator-streampark] branch dev updated: fix: [Bug] When packaged with the maven-assembly-plugin plug-in under the window, the files in the lib directory in the final tar file are truncated #1821 (#1822)

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new f43646ec0 fix: [Bug] When packaged with the maven-assembly-plugin plug-in under the window, the files in the lib directory in the final tar file are truncated #1821 (#1822)
f43646ec0 is described below

commit f43646ec0d65aea5d7d2847c2097aae9975f8f0d
Author: macksonmu <30...@qq.com>
AuthorDate: Thu Oct 13 21:39:13 2022 +0800

    fix: [Bug] When packaged with the maven-assembly-plugin plug-in under the window, the files in the lib directory in the final tar file are truncated #1821 (#1822)
    
    Co-authored-by: macksonmu <ma...@gmail.com>
---
 streampark-console/streampark-console-service/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/streampark-console/streampark-console-service/pom.xml b/streampark-console/streampark-console-service/pom.xml
index d997084b3..ca1ad593a 100644
--- a/streampark-console/streampark-console-service/pom.xml
+++ b/streampark-console/streampark-console-service/pom.xml
@@ -530,6 +530,7 @@
                         <artifactId>maven-assembly-plugin</artifactId>
                         <version>3.1.1</version>
                         <configuration>
+                            <tarLongFileMode>gnu</tarLongFileMode>
                             <appendAssemblyId>false</appendAssemblyId>
                             <descriptors>
                                 <descriptor>src/assembly/assembly.xml</descriptor>