diff --git a/pom-war.xml b/pom-war.xml new file mode 100644 index 00000000..dacb00d4 --- /dev/null +++ b/pom-war.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-SNAPSHOT + ms-mcms + war + + 1.8 + + + + + net.mingsoft + ms-mpeople + 1.0.26 + + + + net.mingsoft + store-client + 5.0 + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-tomcat + + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.apache.tomcat + tomcat-servlet-api + 7.0.42 + provided + + + + + + ms-mcms + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + true + + + + org.apache.maven.plugins + maven-war-plugin + + src/main/resources/** + store + + + + + + + true + src/main/webapp + + + src/main/resources + + + src/main/java + + + compile + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 74dad674..eb7f9713 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,13 @@ net.mingsoft ms-mpeople - 1.0.25 + 1.0.26 net.mingsoft store-client - 3.0 + 5.0