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/