From c4efd8d4393b60a3be2ef68d9abe79baacd0a1f2 Mon Sep 17 00:00:00 2001 From: ms group dev Date: Wed, 4 Dec 2019 18:08:53 +0800 Subject: [PATCH] 5.0.0 --- pom.xml | 381 +++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 282 insertions(+), 99 deletions(-) diff --git a/pom.xml b/pom.xml index 4858a17d..550149ad 100644 --- a/pom.xml +++ b/pom.xml @@ -1,100 +1,283 @@ - - - 4.0.0 - net.mingsoft - mcms - 4.7.2 - ms-mcms - - 1.8 - - - - sonatype-nexus-snapshots - Sonatype Nexus Snapshots - http://repo1.maven.org/maven2/ - - true - - - true - - - - sonatype - Sonatype Snapshots - https://oss.sonatype.org/content/groups/public/ - - true - - - true - - - - - - net.mingsoft - ms-basic - 1.0.17-SNAPSHOT - - - net.mingsoft - ms-mdiy - 1.0.12-SNAPSHOT - - - net.mingsoft - ms-mpeople - 1.0.11 - - - - net.mingsoft - ms-upgrader - 1.0.13 - - - - ms-mcms - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${java.version} - ${java.version} - - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - true - - - - - - src/main/webapp - - - src/main/resources - - - src/main/java - - - compile - + + + org.sonatype.oss + oss-parent + 9 + + 4.0.0 + net.mingsoft + ms-mcms + 5.0.0-SNAPSHOT + ${project.groupId}:${project.artifactId} + ms-mcms tools Library + https://github.com/ming-soft/ms-mcms + + + The MIT License (MIT) + http://mit-license.org + + + + + mingsoft develop group + service@mingsoft.net + mingsoft + http://www.mingsoft.net + + + + + scm:git://github.com/ming-soft/ms-mcms.git + scm:git@github.com:ming-soft/ms-mcms.git + https://github.com/ming-soft/ms-mcms + + + + sonatype-nexus-snapshots + Sonatype Nexus snapshot repository + https://oss.sonatype.org/content/repositories/snapshots + + + sonatype-nexus-staging + Sonatype Nexus release repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + 1.8 + UTF-8 + + + + net.mingsoft + ms-mpeople + 1.0.13-SNAPSHOT + + + + + + src/main/java + + + src/main/webapp + + html/ + static/ + upload/ + templets/ + + + + src/main/resources + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + package + + jar + + + + + + + **/static/plugins/ + **/static/skin/ + **/application*.yml + **/Dockerfile + **/ehcache.xml + **/upgrade/ + **/config/ + **/MSApplication.* + **/MSServletInitializer.* + **/*.java + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + **/static/plugins/ + **/static/skin/ + **/application*.yml + **/Dockerfile + **/ehcache.xml + **/upgrade/ + **/config/ + **/MSApplication.java + **/MSServletInitializer.java + + + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version} + ${java.version} + ${project.build.sourceEncoding} + true + true + + + ${java.home}/lib/rt.jar:${java.home}/lib/jce.jar + + -Xlint:unchecked + + + + org.codehaus.plexus + plexus-compiler-eclipse + 2.1 + + + + + org.apache.maven.plugins + maven-eclipse-plugin + 2.8 + + + + .settings/org.eclipse.core.resources.prefs + + =${project.build.sourceEncoding} + ]]> + + + + + + + + maven-surefire-plugin + + -Xmx256m + + + + com.atlassian.maven.plugins + maven-clover2-plugin + 2.6.3 + + ${clover.license.file} + ${project.build.sourceEncoding} + true + + + + org.codehaus.mojo + findbugs-maven-plugin + 1.2 + + true + true + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + UTF-8 + UTF-8 + UTF-8 + ${java.home}/../bin/javadoc + -Xdoclint:none + + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.6 + + + + src/main/webapp/WEB-INF + WEB-INF + true + + **/*.xml + + + web.xml + + + + true + */web.xml,static + false + ms.install,html/,static/,temp,upgrader,WEB-INF/web.xml,WEB-INF/lib/,templets/,upload/,WEB-INF/classes/*.xml,WEB-INF/classes/*.properties,*.sh,WEB-INF/classes/net/mingsoft/config/,WEB-INF/classes/net/mingsoft/*.class + + + + org.apache.maven.plugins + maven-release-plugin + + -Dgpg.passphrase=${gpg.passphrase} + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + compile + + ms-mcms + \ No newline at end of file