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