diff --git a/pom.xml b/pom.xml index 4a563b11..8b86262a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,22 +7,21 @@ 1.1.0.BUILD-SNAPSHOT pom Spring Cloud Parent - - org.springframework.boot - spring-boot-starter-parent - 1.3.3.RELEASE - - spring-cloud-dependencies-parent spring-cloud-build-tools - 1.16.6 - UTF-8 1.7 + @ + UTF-8 + UTF-8 + ${java.version} + ${java.version} + 1.16.6 ${basedir} ${project.artifactId} + 1.3.3.RELEASE jacoco @@ -89,6 +88,24 @@ limitations under the License. 3.0.0 + + + + ${basedir}/src/main/resources + true + + **/application*.yml + **/application*.properties + + + + ${basedir}/src/main/resources + + **/application*.yml + **/application*.properties + + + maven-javadoc-plugin @@ -120,6 +137,159 @@ limitations under the License. + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + integration-test + verify + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + ${start-class} + true + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*Tests.java + **/*Test.java + + + **/Abstract*.java + + + + + org.apache.maven.plugins + maven-war-plugin + + false + + + ${start-class} + true + + + + + + org.codehaus.mojo + exec-maven-plugin + + ${start-class} + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + ${resource.delimiter} + + false + + + + pl.project13.maven + git-commit-id-plugin + 2.1.11 + + + + revision + + + + + true + yyyy-MM-dd'T'HH:mm:ssZ + true + ${project.build.outputDirectory}/git.properties + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + + + ${start-class} + + + + + org.apache.maven.plugins + maven-shade-plugin + + + org.springframework.boot + spring-boot-maven-plugin + 1.4.0.BUILD-SNAPSHOT + + + + true + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + META-INF/spring.handlers + + + META-INF/spring.factories + + + META-INF/spring.schemas + + + + ${start-class} + + + + + + org.apache.maven.plugins maven-enforcer-plugin @@ -175,11 +345,28 @@ limitations under the License. + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.projectlombok lombok ${lombok.version} + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import +