diff --git a/pom.xml b/pom.xml index 69bbc1a7..eb1bf508 100644 --- a/pom.xml +++ b/pom.xml @@ -1,213 +1,80 @@  - - net.mingsoft - ms-pom - 2.0.0-SNAPSHOT - - 4.0.0 - net.mingsoft - ms-mcms - 5.2.1-SNAPSHOT - ms-mcms - - jar - - - - 1.8 - UTF-8 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + net.mingsoft + ms-pom + 2.0.0.RELEASE + + 4.0.0 + net.mingsoft + ms-mcms + 5.2.0.RELEASE + ms-mcms + + jar + + + + 1.8 + UTF-8 - - - deploy - ms - http://192.168.0.8:5000/repository/maven-public/ - - true - - - true - - - - - - - - - - net.mingsoft - ms-mpeople - - - com.oracle - ojdbc6 - 11.2.0.1.0 - system - ${project.basedir}/lib/ojdbc6.jar - + - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework.boot - spring-boot-starter-logging - - - - - org.mockito - mockito-all - 1.10.19 - test - - - org.springframework.boot - spring-boot-starter-cache - + + net.mingsoft + ms-mpeople + - + - - ms-mcms - - - org.apache.maven.plugins - maven-jar-plugin - 3.1.2 - - - **/static/plugins/ - **/static/skin/ - **/*.yml - **/Dockerfile - **/ehcache.xml - **/upgrade/ - **/MSApplication.* - **/MSServletInitializer.* - - - - - 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 - - jar-no-fork - - - - - - 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 - - - - + + ms-mcms + - - 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} - - - org.apache.maven.plugins - maven-war-plugin + maven-compiler-plugin + 3.1 - src/main/resources/** - mcms + ${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 + + - src/main/webapp - - - static/ - html/ - upload/ - template/ - - - - src/main/resources - - - src/main/java - - **/*.java - - - - compile - + + + src/main/resources + + + src/main/java + + **/*.java + + + + compile + \ No newline at end of file