You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/20 06:20:26 UTC

[incubator-linkis] branch dev-1.2.0 updated: [LINKIS-2905] Remove the start slash of the assembly descriptor for the presto and es plugins (#2906)

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

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


The following commit(s) were added to refs/heads/dev-1.2.0 by this push:
     new 6e09b1bf5 [LINKIS-2905] Remove the start slash of the assembly descriptor for the presto and es plugins (#2906)
6e09b1bf5 is described below

commit 6e09b1bf5dd2cc7238bc4905130f597ee382ed86
Author: Zhen Wang <wa...@apache.org>
AuthorDate: Sat Aug 20 14:20:21 2022 +0800

    [LINKIS-2905] Remove the start slash of the assembly descriptor for the presto and es plugins (#2906)
---
 .../elasticsearch/src/main/assembly/distribution.xml                  | 4 ++--
 linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml b/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml
index cf65b768a..2ecd8e0dc 100644
--- a/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/elasticsearch/src/main/assembly/distribution.xml
@@ -51,7 +51,7 @@
                 <include>log4j2.xml</include>
             </includes>
             <fileMode>0777</fileMode>
-            <outputDirectory>/dist/v${elasticsearch.version}/conf</outputDirectory>
+            <outputDirectory>dist/v${elasticsearch.version}/conf</outputDirectory>
             <lineEnding>unix</lineEnding>
         </fileSet>
 
@@ -64,7 +64,7 @@
                 <exclude>*doc.jar</exclude>
             </excludes>
             <fileMode>0777</fileMode>
-            <outputDirectory>/plugin/${elasticsearch.version}</outputDirectory>
+            <outputDirectory>plugin/${elasticsearch.version}</outputDirectory>
         </fileSet>
 
     </fileSets>
diff --git a/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml b/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml
index 59c43f4d5..76f3e9cf3 100644
--- a/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml
+++ b/linkis-engineconn-plugins/presto/src/main/assembly/distribution.xml
@@ -51,7 +51,7 @@
                 <include>log4j2.xml</include>
             </includes>
             <fileMode>0777</fileMode>
-            <outputDirectory>/dist/v${presto.version}/conf</outputDirectory>
+            <outputDirectory>dist/v${presto.version}/conf</outputDirectory>
             <lineEnding>unix</lineEnding>
         </fileSet>
 
@@ -64,7 +64,7 @@
                 <exclude>*doc.jar</exclude>
             </excludes>
             <fileMode>0777</fileMode>
-            <outputDirectory>/plugin/${presto.version}</outputDirectory>
+            <outputDirectory>plugin/${presto.version}</outputDirectory>
         </fileSet>
 
     </fileSets>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org