diff --git a/pom.xml b/pom.xml index 833a7986..5645847e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,89 +1,93 @@ - - + + org.sonatype.oss + oss-parent + 9 + 4.0.0 - net.mingsoft - mcms + ms-mcms 4.7.0-SNAPSHOT - ms-mcms - jar - - 1.8 - - - + war + + ${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 Snapshots - http://repo1.maven.org/maven2/ - - true - - - true - - + Sonatype Nexus snapshot repository + https://oss.sonatype.org/content/repositories/snapshots + - sonatype - Sonatype Snapshots - https://oss.sonatype.org/content/groups/public/ - - true - - - true - + sonatype-nexus-staging + Sonatype Nexus release repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + + + 1.8 + UTF-8 + 1.0.8.1-SNAPSHOT + 1.0.7-SNAPSHOT + 1.0.7-SNAPSHOT + net.mingsoft ms-basic - 1.0.8.1-SNAPSHOT + ${ms.basic.version} classes provided net.mingsoft ms-mdiy - 1.0.7-SNAPSHOT + ${ms.mdiy.version} classes provided net.mingsoft ms-mpeople - 1.0.7-SNAPSHOT + ${ms.mpeople.version} classes provided - - ms-mcms + + + src/main/java + + **/*.properties + **/*.xml + + false + + - org.apache.maven.plugins maven-compiler-plugin @@ -91,45 +95,183 @@ ${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.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + attach-sources - repackage + jar-no-fork - - true - - org.springframework.boot - spring-boot-maven-plugin + 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 + + + + - - - src/main/webapp - - - src/main/resources - - - src/main/java - - compile + + ms-mcms \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/exit-system.ftl b/src/main/webapp/WEB-INF/manager/exit-system.ftl deleted file mode 100644 index d8c029e4..00000000 --- a/src/main/webapp/WEB-INF/manager/exit-system.ftl +++ /dev/null @@ -1,30 +0,0 @@ - -
- - 确认退出 - - -
- \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/images/article-default-thumb.jpg b/src/main/webapp/WEB-INF/manager/images/article-default-thumb.jpg deleted file mode 100644 index 6065f97f..00000000 Binary files a/src/main/webapp/WEB-INF/manager/images/article-default-thumb.jpg and /dev/null differ diff --git a/src/main/webapp/WEB-INF/manager/images/article-default.png b/src/main/webapp/WEB-INF/manager/images/article-default.png deleted file mode 100644 index d3d3c9fd..00000000 Binary files a/src/main/webapp/WEB-INF/manager/images/article-default.png and /dev/null differ diff --git a/src/main/webapp/WEB-INF/manager/images/data/article-default.png b/src/main/webapp/WEB-INF/manager/images/data/article-default.png deleted file mode 100644 index 86f0f434..00000000 Binary files a/src/main/webapp/WEB-INF/manager/images/data/article-default.png and /dev/null differ diff --git a/src/main/webapp/WEB-INF/manager/images/data/img.png b/src/main/webapp/WEB-INF/manager/images/data/img.png deleted file mode 100644 index 4a97cb94..00000000 Binary files a/src/main/webapp/WEB-INF/manager/images/data/img.png and /dev/null differ diff --git a/src/main/webapp/WEB-INF/manager/images/data/ms-bg_1.jpg b/src/main/webapp/WEB-INF/manager/images/data/ms-bg_1.jpg deleted file mode 100644 index 33206f98..00000000 Binary files a/src/main/webapp/WEB-INF/manager/images/data/ms-bg_1.jpg and /dev/null differ diff --git a/src/main/webapp/WEB-INF/manager/include/head-file.ftl b/src/main/webapp/WEB-INF/manager/include/head-file.ftl deleted file mode 100644 index 39cd1d6c..00000000 --- a/src/main/webapp/WEB-INF/manager/include/head-file.ftl +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/index.ftl b/src/main/webapp/WEB-INF/manager/index.ftl deleted file mode 100644 index ef407222..00000000 --- a/src/main/webapp/WEB-INF/manager/index.ftl +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - - - - - - - - -
- - - - - - - - - - - - -
    -
  • - -
-
- - - - - - -
- -
-
- -
- - - - - - - - - - -
- -
-
-
- - - - - - - - - -
-
-
- - - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/login.ftl b/src/main/webapp/WEB-INF/manager/login.ftl deleted file mode 100644 index feca8e86..00000000 --- a/src/main/webapp/WEB-INF/manager/login.ftl +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - <#include "/include/head-file.ftl"/> - - - - - - - - - -
- - - -
- - - - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/manager/reset-password.ftl b/src/main/webapp/WEB-INF/manager/reset-password.ftl deleted file mode 100644 index 63a9aa49..00000000 --- a/src/main/webapp/WEB-INF/manager/reset-password.ftl +++ /dev/null @@ -1,48 +0,0 @@ - -
- - - - - - - - - - - - - - -
- \ No newline at end of file