From 2e665bec508125e9634103613df3dbf98228cb50 Mon Sep 17 00:00:00 2001 From: wujj <1027418825@qq.com> Date: Fri, 30 Oct 2020 14:58:11 +0800 Subject: [PATCH] =?UTF-8?q?pom=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 101 ++++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 80 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 35e845d2..2b6d94c3 100644 --- a/pom.xml +++ b/pom.xml @@ -35,11 +35,7 @@ - - dm - dm.jdbc.driver - 7.0.1 - + net.mingsoft @@ -70,37 +66,100 @@ org.apache.maven.plugins - maven-compiler-plugin + maven-jar-plugin + 3.1.2 - ${java.version} - ${java.version} + + **/static/plugins/ + **/static/skin/ + **/*.yml + **/Dockerfile + **/ehcache.xml + **/upgrade/ + **/MSApplication.* + **/MSServletInitializer.* + - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + **/static/plugins/ + **/static/skin/ + **/*.yml + **/Dockerfile + **/ehcache.xml + **/upgrade/ + **/config/ + **/MSApplication.java + **/MSServletInitializer.java + + + attach-sources - repackage + jar-no-fork - - true - - - org.apache.maven.plugins - maven-war-plugin + maven-javadoc-plugin + 2.9.1 - src/main/resources/** - mcms + UTF-8 + UTF-8 + UTF-8 + ${java.home}/../bin/javadoc + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + true + true + + + ${java.home}/lib/rt.jar${path.separator}${java.home}/lib/jce.jar + + + + + org.codehaus.plexus + plexus-compiler-eclipse + 2.1 + + + + + + org.apache.maven.plugins + maven-release-plugin + + -Dgpg.passphrase=${gpg.passphrase} - + @@ -110,7 +169,7 @@ static/ html/ upload/ - templets/ + template/