From f34fd120e9e098ba9ffbe2294e38856d4dd9d8fa Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 16 Aug 2018 11:58:43 -0400 Subject: [PATCH] Uber jar naming changes Separate artifacts for kafka and rabbit binders with different classifiers --- multi-io-samples/multi-io/pom.xml | 22 ++++++++++++++++++ .../partitioning-consumer-kafka/pom.xml | 9 -------- .../partitioning-producer/pom.xml | 22 ++++++++++++++++++ processor-samples/reactive-processor/pom.xml | 22 ++++++++++++++++++ .../sensor-average-reactive/pom.xml | 22 ++++++++++++++++++ .../streamlistener-basic/pom.xml | 22 ++++++++++++++++++ .../uppercase-transformer/pom.xml | 22 ++++++++++++++++++ .../pom.xml | 22 ++++++++++++++++++ .../pom.xml | 22 ++++++++++++++++++ .../schema-registry-vanilla-consumer/pom.xml | 22 ++++++++++++++++++ .../schema-registry-vanilla-producer1/pom.xml | 22 ++++++++++++++++++ .../schema-registry-vanilla-producer2/pom.xml | 22 ++++++++++++++++++ sink-samples/jdbc-sink/pom.xml | 23 +++++++++++++++++++ .../dynamic-destination-source/pom.xml | 22 ++++++++++++++++++ source-samples/jdbc-source/pom.xml | 22 ++++++++++++++++++ 15 files changed, 309 insertions(+), 9 deletions(-) diff --git a/multi-io-samples/multi-io/pom.xml b/multi-io-samples/multi-io/pom.xml index 43dfbfb..8d37f96 100644 --- a/multi-io-samples/multi-io/pom.xml +++ b/multi-io-samples/multi-io/pom.xml @@ -40,6 +40,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -49,6 +60,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/partitioning-samples/partitioning-consumer-kafka/pom.xml b/partitioning-samples/partitioning-consumer-kafka/pom.xml index 0fac52c..7b93378 100644 --- a/partitioning-samples/partitioning-consumer-kafka/pom.xml +++ b/partitioning-samples/partitioning-consumer-kafka/pom.xml @@ -41,15 +41,6 @@ - - rabbit-binder - - - org.springframework.cloud - spring-cloud-stream-binder-rabbit - - - diff --git a/partitioning-samples/partitioning-producer/pom.xml b/partitioning-samples/partitioning-producer/pom.xml index 40fb81e..eca7cc6 100644 --- a/partitioning-samples/partitioning-producer/pom.xml +++ b/partitioning-samples/partitioning-producer/pom.xml @@ -40,6 +40,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -49,6 +60,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/processor-samples/reactive-processor/pom.xml b/processor-samples/reactive-processor/pom.xml index e622ba6..3bc4e34 100644 --- a/processor-samples/reactive-processor/pom.xml +++ b/processor-samples/reactive-processor/pom.xml @@ -40,6 +40,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -49,6 +60,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/processor-samples/sensor-average-reactive/pom.xml b/processor-samples/sensor-average-reactive/pom.xml index a9cef11..bfdc090 100644 --- a/processor-samples/sensor-average-reactive/pom.xml +++ b/processor-samples/sensor-average-reactive/pom.xml @@ -40,6 +40,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -49,6 +60,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/processor-samples/streamlistener-basic/pom.xml b/processor-samples/streamlistener-basic/pom.xml index 497549f..c52c8c9 100644 --- a/processor-samples/streamlistener-basic/pom.xml +++ b/processor-samples/streamlistener-basic/pom.xml @@ -41,6 +41,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -50,6 +61,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/processor-samples/uppercase-transformer/pom.xml b/processor-samples/uppercase-transformer/pom.xml index 9338ca0..fcbeabf 100644 --- a/processor-samples/uppercase-transformer/pom.xml +++ b/processor-samples/uppercase-transformer/pom.xml @@ -40,6 +40,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -49,6 +60,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/pom.xml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/pom.xml index 68dabf0..d3d5ff9 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer1/pom.xml @@ -59,6 +59,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -68,6 +79,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/pom.xml b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/pom.xml index ca05952..173e575 100644 --- a/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/pom.xml +++ b/schema-registry-samples/schema-registry-confluent/schema-registry-confluent-producer2/pom.xml @@ -59,6 +59,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -68,6 +79,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/pom.xml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/pom.xml index fa58568..881fbb6 100644 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-consumer/pom.xml @@ -43,6 +43,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -52,6 +63,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/pom.xml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/pom.xml index 6187c18..beef0f8 100644 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer1/pom.xml @@ -43,6 +43,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -52,6 +63,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/pom.xml b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/pom.xml index 401c64a..0f9e180 100644 --- a/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/pom.xml +++ b/schema-registry-samples/schema-registry-vanilla/schema-registry-vanilla-producer2/pom.xml @@ -43,6 +43,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -52,6 +63,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/sink-samples/jdbc-sink/pom.xml b/sink-samples/jdbc-sink/pom.xml index 69e7291..07af99d 100644 --- a/sink-samples/jdbc-sink/pom.xml +++ b/sink-samples/jdbc-sink/pom.xml @@ -60,6 +60,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -69,6 +80,18 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + + diff --git a/source-samples/dynamic-destination-source/pom.xml b/source-samples/dynamic-destination-source/pom.xml index a00a2ae..fbb9187 100644 --- a/source-samples/dynamic-destination-source/pom.xml +++ b/source-samples/dynamic-destination-source/pom.xml @@ -40,6 +40,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -49,6 +60,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + + diff --git a/source-samples/jdbc-source/pom.xml b/source-samples/jdbc-source/pom.xml index a2a2085..1119d29 100644 --- a/source-samples/jdbc-source/pom.xml +++ b/source-samples/jdbc-source/pom.xml @@ -60,6 +60,17 @@ spring-cloud-stream-binder-kafka + + + + org.springframework.boot + spring-boot-maven-plugin + + kafka + + + + rabbit-binder @@ -69,6 +80,17 @@ spring-cloud-stream-binder-rabbit + + + + org.springframework.boot + spring-boot-maven-plugin + + rabbit + + + +