From 600ee5e77cfe618dfe489519fe27d43a04d5eebc Mon Sep 17 00:00:00 2001 From: Jiajie Zhong Date: Thu, 13 Jan 2022 23:23:17 +0800 Subject: [PATCH] Remove ambari plugin profile in 2.0.3 (#8011) We already total remove ambari in dev branch by #7880, and in version 2.0.2 just remove ambari plugin directory in #7749. This patch also remove related profiles of ambari plugin --- dolphinscheduler-dist/pom.xml | 270 ---------------------------------- dolphinscheduler-ui/pom.xml | 55 ------- 2 files changed, 325 deletions(-) diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml index 69053961c4..dc6f0cc762 100644 --- a/dolphinscheduler-dist/pom.xml +++ b/dolphinscheduler-dist/pom.xml @@ -114,276 +114,6 @@ - - - rpmbuild - - - - org.apache.maven.plugins - maven-dependency-plugin - - ${project.build.directory}/lib - false - false - true - provided - - - - copy-dependencies - package - - copy-dependencies - - - - - - - org.codehaus.mojo - rpm-maven-plugin - true - - - package - - attached-rpm - - - - - - apache-dolphinscheduler - 1 - apache dolphinscheduler rpm - apache - dolphinscheduler - - /opt/soft - false - - - __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g') - - - - /opt/soft/${project.build.finalName}/conf - 755 - root - root - - - - ${basedir}/../dolphinscheduler-alert/src/main/resources - - - **/*.* - - - - - - ${basedir}/../dolphinscheduler-common/src/main/resources - - - **/*.* - - - - - - ${basedir}/../dolphinscheduler-dao/src/main/resources - - - **/*.* - - - - - - ${basedir}/../dolphinscheduler-api/src/main/resources - - - **/*.* - - - - - - ${basedir}/../dolphinscheduler-server/src/main/resources - - - config/*.* - **/*.xml - - - - - - ${basedir}/../dolphinscheduler-service/src/main/resources - - - *.* - - - - - - ${basedir}/../script - - - env/*.* - - - - - - - - /opt/soft/${project.build.finalName}/lib - 755 - root - root - - - - - ${basedir}/../dolphinscheduler-dist/target/lib - - - *.* - - - servlet-api-*.jar - slf4j-log4j12-${slf4j.log4j12.version}.jar - - - - - - /opt/soft/${project.build.finalName}/bin - 755 - root - root - - - - - ${basedir}/../script - - - start-all.sh - stop-all.sh - dolphinscheduler-daemon.sh - status-all.sh - - - - - - /opt/soft/${project.build.finalName} - 755 - root - root - - - - ${basedir}/../ - - - *.sh - *.py - DISCLAIMER - - - - - - ${basedir}/release-docs - - - **/* - - - - - - - /opt/soft/${project.build.finalName}/ui - 755 - root - root - - - - ${basedir}/../dolphinscheduler-ui/dist - - - **/*.* - - - - - - /opt/soft/${project.build.finalName}/sql - 755 - root - root - - - - ${basedir}/../dolphinscheduler-dao/src/main/resources/sql - - - **/*.* - - - - - ${basedir}/../dolphinscheduler-dao/src/main/resources/sql - - - soft_version - - - - - - - /opt/soft/${project.build.finalName}/script - 755 - root - root - - - - ${basedir}/../script - - - *.sh - - - - - - - - - - - - - - - - - - - - - - diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml index 6aeafe1db6..6a6e7ff32c 100644 --- a/dolphinscheduler-ui/pom.xml +++ b/dolphinscheduler-ui/pom.xml @@ -89,61 +89,6 @@ - - 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 - - - - - - - - -