From 970bac41bb1c1051d93329a2a4c3d8a2a6e9e145 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 24 Aug 2021 16:54:19 -0400 Subject: [PATCH] Update pom.xml Make the maven configuraiton consistent with core Spring Cloud Stream --- pom.xml | 176 +++++++++++++++++++++++++++++++++----------------------- 1 file changed, 104 insertions(+), 72 deletions(-) diff --git a/pom.xml b/pom.xml index bb756df80..2605b1c1d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,9 +10,18 @@ 3.1.0-SNAPSHOT + + https://github.com/spring-cloud/spring-cloud-stream-binder-kafka + scm:git:git://github.com/spring-cloud/spring-cloud-stream-binder-kafka.git + + + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-stream-binder-kafka.git + + HEAD + 1.8 - 2.8.0-M1 + 2.8.0-SNAPSHOT 5.5.2 2.8.0 1.2.0-SNAPSHOT @@ -27,7 +36,7 @@ spring-cloud-stream-binder-kafka-core spring-cloud-stream-binder-kafka-streams docs - + @@ -139,10 +148,6 @@ - - org.codehaus.mojo - flatten-maven-plugin - org.apache.maven.plugins maven-antrun-plugin @@ -165,6 +170,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${java.version} + ${java.version} + -parameters + + org.apache.maven.plugins maven-checkstyle-plugin @@ -175,74 +190,91 @@ spring - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - true - - - false - - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/release - - false - - - - rsocket-snapshots - RSocket Snapshots - https://oss.jfrog.org/oss-snapshot-local - - true - - - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/libs-snapshot-local - - true - - - false - - - - spring-milestones - Spring Milestones - https://repo.spring.io/libs-milestone-local - - false - - - - spring-releases - Spring Releases - https://repo.spring.io/libs-release-local - - false - - - + + + + + coverage + + + env.TRAVIS + true + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + + agent + + prepare-agent + + + + report + test + + report + + + + + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + spring-milestones + Spring milestones + https://repo.spring.io/libs-milestone-local + + + rsocket-snapshots + RSocket Snapshots + https://oss.jfrog.org/oss-snapshot-local + + true + + + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + true + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + false + + + + spring-releases + Spring Releases + https://repo.spring.io/release + +