You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/27 06:50:09 UTC

[shardingsphere-elasticjob] branch master updated: refine scheduler binary package base directory name

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

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 864ee17  refine scheduler binary package base directory name
     new f39ee35  Merge pull request #1281 from tuohai666/master
864ee17 is described below

commit 864ee17a717281e2dcc2530e3c9aa90e7b9f78be
Author: tuohai666 <zh...@apache.org>
AuthorDate: Mon Jul 27 14:47:20 2020 +0800

    refine scheduler binary package base directory name
---
 .../main/assembly/elasticjob-cloud-scheduler-binary-distribution.xml   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/assembly/elasticjob-cloud-scheduler-binary-distribution.xml b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/assembly/elasticjob-cloud-scheduler-binary-distribution.xml
index 0462c12..4296c19 100644
--- a/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/assembly/elasticjob-cloud-scheduler-binary-distribution.xml
+++ b/elasticjob-distribution/elasticjob-cloud-scheduler-distribution/src/main/assembly/elasticjob-cloud-scheduler-binary-distribution.xml
@@ -20,6 +20,9 @@
     <formats>
         <format>tar.gz</format>
     </formats>
+    <includeBaseDirectory>true</includeBaseDirectory>
+    <baseDirectory>${project.build.finalName}-cloud-scheduler-bin</baseDirectory>
+
     <fileSets>
         <fileSet>
             <directory>src/main/resources/conf</directory>