From d9bf737b2267db6dd85ece07e7bf1dab7da216a3 Mon Sep 17 00:00:00 2001 From: guwd Date: Wed, 21 Oct 2020 14:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin.xml | 106 +++++++++++++++++++++++++++++++++++++++++++++++ bin/assembly.xml | 2 +- pom.xml | 18 ++++---- 3 files changed, 118 insertions(+), 8 deletions(-) create mode 100644 bin.xml diff --git a/bin.xml b/bin.xml new file mode 100644 index 00000000..03bf33c1 --- /dev/null +++ b/bin.xml @@ -0,0 +1,106 @@ + + + + org.springframework.boot + spring-boot-starter-parent + 2.2.2.RELEASE + + 4.0.0 + net.mingsoft + ms-mcms + 5.1 + 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 index acb7078d..b8105c2f 100644 --- a/bin/assembly.xml +++ b/bin/assembly.xml @@ -3,7 +3,7 @@ dir - + false diff --git a/pom.xml b/pom.xml index e536115f..8e33c04a 100644 --- a/pom.xml +++ b/pom.xml @@ -83,6 +83,7 @@ + org.apache.maven.plugins @@ -98,19 +99,22 @@ true src/main/webapp - - - - - - - + + + + + + + src/main/resources src/main/java + + **/*.java + compile