diff --git a/ambari_plugin/common-services/DOLPHIN/1.2.1/package/scripts/params.py b/ambari_plugin/common-services/DOLPHIN/1.2.1/package/scripts/params.py
index 230ad14565..3780f6c27e 100644
--- a/ambari_plugin/common-services/DOLPHIN/1.2.1/package/scripts/params.py
+++ b/ambari_plugin/common-services/DOLPHIN/1.2.1/package/scripts/params.py
@@ -30,7 +30,7 @@ sys.setdefaultencoding('utf-8')
config = Script.get_config()
# conf_dir = "/etc/"
-dolphin_home = "/opt/soft/apache-dolphinscheduler-incubating-1.2.1"
+dolphin_home = "/opt/soft/dolphinscheduler"
dolphin_conf_dir = dolphin_home + "/conf"
dolphin_log_dir = dolphin_home + "/logs"
dolphin_bin_dir = dolphin_home + "/bin"
diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml
index 80ddfec9b0..0ead2b9880 100644
--- a/dolphinscheduler-dist/pom.xml
+++ b/dolphinscheduler-dist/pom.xml
@@ -220,10 +220,7 @@
${basedir}/../dolphinscheduler-alert/src/main/resources
- **/*.properties
- **/*.xml
- **/*.json
- **/*.ftl
+ **/*.*
@@ -232,9 +229,7 @@
${basedir}/../dolphinscheduler-common/src/main/resources
- **/*.properties
- **/*.xml
- **/*.json
+ **/*.*
@@ -243,10 +238,7 @@
${basedir}/../dolphinscheduler-dao/src/main/resources
- **/*.properties
- **/*.xml
- **/*.json
- **/*.yml
+ **/*.*
@@ -255,9 +247,7 @@
${basedir}/../dolphinscheduler-api/src/main/resources
- **/*.properties
- **/*.xml
- **/*.json
+ **/*.*
@@ -266,13 +256,19 @@
${basedir}/../dolphinscheduler-server/src/main/resources
- **/*.properties
- **/*.xml
- **/*.json
config/*.*
+
+
-
+
@@ -405,7 +401,7 @@
${basedir}/../script
- **/*.*
+ *.sh
@@ -416,6 +412,9 @@
+
+
+
diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml
index 3fd9aa6650..78869ffbc4 100644
--- a/dolphinscheduler-ui/pom.xml
+++ b/dolphinscheduler-ui/pom.xml
@@ -89,6 +89,61 @@
+
+ rpmbuild
+
+
+
+ com.github.eirslett
+ frontend-maven-plugin
+ ${frontend-maven-plugin.version}
+
+
+ install node and npm
+
+ install-node-and-npm
+
+
+ ${node.version}
+ ${npm.version}
+
+
+
+ npm install node-sass --unsafe-perm
+
+ npm
+
+ generate-resources
+
+ install node-sass --unsafe-perm
+
+
+
+ npm install
+
+ npm
+
+ generate-resources
+
+ install
+
+
+
+ npm run build:release
+
+ npm
+
+
+ run build:release
+
+
+
+
+
+
+
+
+
nginx
diff --git a/pom.xml b/pom.xml
index 8b91add6d7..8910723117 100644
--- a/pom.xml
+++ b/pom.xml
@@ -885,4 +885,4 @@
dolphinscheduler-service
-
+
\ No newline at end of file