Skip to content

Commit

Permalink
[LINKIS-2905] Remove the start slash of the assembly descriptor for t…
Browse files Browse the repository at this point in the history
…he presto and es plugins (#2906)
  • Loading branch information
wForget committed Aug 20, 2022
1 parent 9353990 commit 6e09b1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -64,7 +64,7 @@
<exclude>*doc.jar</exclude>
</excludes>
<fileMode>0777</fileMode>
<outputDirectory>/plugin/${elasticsearch.version}</outputDirectory>
<outputDirectory>plugin/${elasticsearch.version}</outputDirectory>
</fileSet>

</fileSets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -64,7 +64,7 @@
<exclude>*doc.jar</exclude>
</excludes>
<fileMode>0777</fileMode>
<outputDirectory>/plugin/${presto.version}</outputDirectory>
<outputDirectory>plugin/${presto.version}</outputDirectory>
</fileSet>

</fileSets>
Expand Down

0 comments on commit 6e09b1b

Please sign in to comment.