From bf60f341fe43fa7054055ff3cfd304cd410fe84d Mon Sep 17 00:00:00 2001 From: msgroup Date: Tue, 19 Jan 2021 14:43:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin-xml | 106 ----------------------------------------------- bin/assembly.xml | 53 ------------------------ 2 files changed, 159 deletions(-) delete mode 100644 bin-xml delete mode 100644 bin/assembly.xml diff --git a/bin-xml b/bin-xml deleted file mode 100644 index 870a84ab..00000000 --- a/bin-xml +++ /dev/null @@ -1,106 +0,0 @@ - - - - org.springframework.boot - spring-boot-starter-parent - 2.2.2.RELEASE - - 4.0.0 - net.mingsoft - ms-mcms - 5.2.0 - ms-mcms - - 1.8 - - - - - net.mingsoft - ms-mpeople - 1.0.28 - - - - net.mingsoft - store-client - 5.1 - - - - ms-mcms - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - - true - net.mingsoft.MSApplication - - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.1.0 - - - bin/assembly.xml - - - - - make-assembly - package - - single - - - - - - - - - src/main/java - - **/*.java - - - - src/main/webapp - - - static/** - html/** - upload/** - templets/** - WEB-INF/** - - - - compile - - \ No newline at end of file diff --git a/bin/assembly.xml b/bin/assembly.xml deleted file mode 100644 index b8105c2f..00000000 --- a/bin/assembly.xml +++ /dev/null @@ -1,53 +0,0 @@ - - bin - - dir - - false - - - - target - - *.jar - - ./ - - - target/lib - ./lib - - - src/main/resources - ./config - - - src/main/webapp/static - ./static - - - src/main/webapp/html - ./html - - - src/main/webapp/templets - ./templets - - - src/main/webapp/upload - ./upload - - - src/main/webapp/WEB-INF - ./WEB-INF - - - ./bin - - *.sh - *.bat - - ./ - - - \ No newline at end of file