You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/19 08:45:04 UTC

[incubator-inlong] branch master updated: [INLONG-758] remove redundant baseDirectory for manager output files (#560)

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

gosonzhang 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 17cd4e8  [INLONG-758] remove redundant baseDirectory for manager output files (#560)
17cd4e8 is described below

commit 17cd4e85c5bd1136807e471fbd47f4e57b3b5fc3
Author: dockerzhang <do...@apache.org>
AuthorDate: Mon Jul 19 16:44:57 2021 +0800

    [INLONG-758] remove redundant baseDirectory for manager output files (#560)
    
    Co-authored-by: dockerzhang <do...@tencent.com>
---
 inlong-manager/manager-api/assembly.xml     | 1 -
 inlong-manager/manager-openapi/assembly.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/inlong-manager/manager-api/assembly.xml b/inlong-manager/manager-api/assembly.xml
index a9c1dcd..1866441 100755
--- a/inlong-manager/manager-api/assembly.xml
+++ b/inlong-manager/manager-api/assembly.xml
@@ -25,7 +25,6 @@
         <format>dir</format>
     </formats>
 
-    <baseDirectory>${project.artifactId}</baseDirectory>
     <includeBaseDirectory>true</includeBaseDirectory>
 
     <fileSets>
diff --git a/inlong-manager/manager-openapi/assembly.xml b/inlong-manager/manager-openapi/assembly.xml
index a9c1dcd..1866441 100755
--- a/inlong-manager/manager-openapi/assembly.xml
+++ b/inlong-manager/manager-openapi/assembly.xml
@@ -25,7 +25,6 @@
         <format>dir</format>
     </formats>
 
-    <baseDirectory>${project.artifactId}</baseDirectory>
     <includeBaseDirectory>true</includeBaseDirectory>
 
     <fileSets>