From e50801c82427fc354f67ad1c3cab3704d9ba9bd7 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 22 Feb 2018 13:02:22 -0500 Subject: [PATCH] Publish SI test binder jar as a maven artifact - spring-cloud-stream module will build a new test-jar called spring-cloud-stream--test-binder.jar - This artifact contains all the classes from the package org/springframework/cloud/stream/binder/integration/ in test source for spring-cloud-stream --- pom.xml | 8 ++++++++ spring-cloud-stream/pom.xml | 23 +++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 9fb538733..a2fdbf889 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,14 @@ objenesis ${objenesis.version} + + org.springframework.cloud + spring-cloud-stream + ${project.version} + test-jar + test + test-binder + diff --git a/spring-cloud-stream/pom.xml b/spring-cloud-stream/pom.xml index bf5beb809..a22f4186b 100644 --- a/spring-cloud-stream/pom.xml +++ b/spring-cloud-stream/pom.xml @@ -63,4 +63,27 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + + + **/integration/* + + test-binder + + + test-jar + + + + + + +