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 2021/07/19 09:07:05 UTC

[incubator-inlong] branch master updated: [INLONG-759] fix assembly issue for TubeMQ manager

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/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 4467cf1  [INLONG-759] fix assembly issue for TubeMQ manager
4467cf1 is described below

commit 4467cf1a899ac699a9e69e50d555a42cbf09efb3
Author: dockerzhang <do...@tencent.com>
AuthorDate: Mon Jul 19 16:50:47 2021 +0800

    [INLONG-759] fix assembly issue for TubeMQ manager
---
 inlong-tubemq/tubemq-manager/pom.xml                        | 3 +--
 inlong-tubemq/tubemq-manager/src/main/assembly/assembly.xml | 2 ++
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/inlong-tubemq/tubemq-manager/pom.xml b/inlong-tubemq/tubemq-manager/pom.xml
index 68892b9..196e294 100644
--- a/inlong-tubemq/tubemq-manager/pom.xml
+++ b/inlong-tubemq/tubemq-manager/pom.xml
@@ -167,11 +167,10 @@
                             <goal>single</goal>
                         </goals>
                         <configuration>
-                            <finalName>apache-inlong-tubemanager-${project.version}</finalName>
+                            <finalName>apache-inlong-tubemq-manager-${project.version}</finalName>
                             <descriptors>
                                 <descriptor>src/main/assembly/assembly.xml</descriptor>
                             </descriptors>
-                            <outputDirectory>./dist/</outputDirectory>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/inlong-tubemq/tubemq-manager/src/main/assembly/assembly.xml b/inlong-tubemq/tubemq-manager/src/main/assembly/assembly.xml
index 11675f9..b10ad73 100644
--- a/inlong-tubemq/tubemq-manager/src/main/assembly/assembly.xml
+++ b/inlong-tubemq/tubemq-manager/src/main/assembly/assembly.xml
@@ -20,6 +20,7 @@
           xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd">
     <id>bin</id>
     <formats>
+        <format>dir</format>
         <format>tar.gz</format>
     </formats>
     <dependencySets>
@@ -36,6 +37,7 @@
                 <include>*.sh</include>
                 <include>*.bat</include>
             </includes>
+            <fileMode>0755</fileMode>
         </fileSet>
         <fileSet>
             <directory>conf</directory>