From 38f38457fa49ebf0787df19f638fda4e617ad0d2 Mon Sep 17 00:00:00 2001 From: qiaozhanwei Date: Fri, 11 Oct 2019 19:18:14 +0800 Subject: [PATCH] remove pom package resources (#988) * add ConnectionFactoryTest and ConnectionFactory read datasource from appliction.yml * .escheduler_env.sh to dolphinscheduler_env.sh * dao yml assembly to conf directory * table name modify * entity title table name modify * logback log name modify * running through the big process * running through the big process error modify * logback log name modify * data_source.properties rename * logback log name modify * install.sh optimization * install.sh optimization * command count modify * command state update * countCommandState sql update * countCommandState sql update * remove application.yml file * master.properties modify * install.sh modify * install.sh modify * api server startup modify * the current user quits and the session is completely emptied. bug fix * remove pom package resources --- dolphinscheduler-alert/pom.xml | 32 ++++++++++++++++---------------- dolphinscheduler-api/pom.xml | 32 ++++++++++++++++---------------- dolphinscheduler-common/pom.xml | 32 ++++++++++++++++---------------- dolphinscheduler-dao/pom.xml | 32 ++++++++++++++++---------------- dolphinscheduler-server/pom.xml | 32 ++++++++++++++++---------------- pom.xml | 18 +++++++++--------- 6 files changed, 89 insertions(+), 89 deletions(-) diff --git a/dolphinscheduler-alert/pom.xml b/dolphinscheduler-alert/pom.xml index 1d7ac4530..ec65f0dc3 100644 --- a/dolphinscheduler-alert/pom.xml +++ b/dolphinscheduler-alert/pom.xml @@ -100,22 +100,22 @@ - - - src/main/java - - **/*.xml - - false - - - src/main/resources - - **/*.* - - false - - + + + + + + + + + + + + + + + + maven-assembly-plugin diff --git a/dolphinscheduler-api/pom.xml b/dolphinscheduler-api/pom.xml index 37686f450..b0d6b7392 100644 --- a/dolphinscheduler-api/pom.xml +++ b/dolphinscheduler-api/pom.xml @@ -185,22 +185,22 @@ - - - src/main/java - - **/*.xml - - false - - - src/main/resources - - **/*.* - - false - - + + + + + + + + + + + + + + + + maven-assembly-plugin diff --git a/dolphinscheduler-common/pom.xml b/dolphinscheduler-common/pom.xml index 767bc46ca..6f873c6a9 100644 --- a/dolphinscheduler-common/pom.xml +++ b/dolphinscheduler-common/pom.xml @@ -580,22 +580,22 @@ - - - src/main/java - - **/*.xml - - false - - - src/main/resources - - **/*.* - - false - - + + + + + + + + + + + + + + + + org.apache.maven.plugins diff --git a/dolphinscheduler-dao/pom.xml b/dolphinscheduler-dao/pom.xml index efa4c0f74..32520f506 100644 --- a/dolphinscheduler-dao/pom.xml +++ b/dolphinscheduler-dao/pom.xml @@ -164,22 +164,22 @@ - - - src/main/java - - **/*.xml - - false - - - src/main/resources - - **/*.* - - false - - + + + + + + + + + + + + + + + + org.apache.maven.plugins diff --git a/dolphinscheduler-server/pom.xml b/dolphinscheduler-server/pom.xml index 89d77d821..8aaffc6c1 100644 --- a/dolphinscheduler-server/pom.xml +++ b/dolphinscheduler-server/pom.xml @@ -93,22 +93,22 @@ - - - src/main/java - - **/*.xml - - false - - - src/main/resources - - **/*.* - - false - - + + + + + + + + + + + + + + + + maven-assembly-plugin diff --git a/pom.xml b/pom.xml index 0fd2ba1bc..ca0b3af02 100644 --- a/pom.xml +++ b/pom.xml @@ -414,15 +414,15 @@ - - - src/main/java - false - - **/mapper/*.xml - - - + + + + + + + + + org.apache.maven.plugins -- GitLab