You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2020/01/17 06:34:49 UTC

[incubator-dolphinscheduler] branch dev-1.2.1 updated: rpm package add UI (#1846)

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

journey pushed a commit to branch dev-1.2.1
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev-1.2.1 by this push:
     new 9f59728  rpm package add UI (#1846)
9f59728 is described below

commit 9f5972818a00edc26045ba27a93f68e696fa1138
Author: zhangchunyang <18...@163.com>
AuthorDate: Fri Jan 17 14:34:41 2020 +0800

    rpm package add UI (#1846)
---
 dolphinscheduler-dist/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml
index b43daff..5e44a9a 100644
--- a/dolphinscheduler-dist/pom.xml
+++ b/dolphinscheduler-dist/pom.xml
@@ -413,6 +413,24 @@
 
                                     </sources>
                                 </mapping>
+
+                                <mapping>
+                                    <directory>/opt/soft/${project.build.finalName}/ui</directory>
+                                    <filemode>755</filemode>
+                                    <username>root</username>
+                                    <groupname>root</groupname>
+                                    <sources>
+                                        <source>
+                                            <location>
+                                                ${basedir}/../dolphinscheduler-ui/dist
+                                            </location>
+                                            <includes>
+                                                <include>**/*.*</include>
+                                            </includes>
+                                        </source>
+
+                                    </sources>
+                                </mapping>
                             </mappings>
 
                             <preinstallScriptlet>