From 8a7dca70ed2e02d4ae65842398aa08bdc9bcf5bd Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Tue, 18 Oct 2022 15:18:54 +0200 Subject: [PATCH] Ensure module projects skip deploy --- applications/pom.xml | 43 ++++++++---- applications/processor/pom.xml | 13 +++- applications/sink/pom.xml | 12 ++++ applications/source/pom.xml | 12 ++++ applications/stream-applications-core/pom.xml | 11 ++- functions/common/pom.xml | 13 +++- functions/consumer/pom.xml | 13 +++- functions/function/pom.xml | 13 +++- functions/pom.xml | 13 +++- functions/supplier/pom.xml | 67 +++++++++++-------- pom.xml | 17 ++++- 11 files changed, 177 insertions(+), 50 deletions(-) diff --git a/applications/pom.xml b/applications/pom.xml index 8f16c747..7d9ee9d1 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -1,15 +1,30 @@ - - 4.0.0 - org.springframework.cloud.stream.app - applications - 4.0.0-SNAPSHOT - applications - Infrastructure for stream applications - pom - stream-applications-core - source - sink - processor - stream-applications-integration-tests - + + 4.0.0 + org.springframework.cloud.stream.app + applications + 4.0.0-SNAPSHOT + applications + Infrastructure for stream applications + pom + + stream-applications-core + source + sink + processor + stream-applications-integration-tests + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + + diff --git a/applications/processor/pom.xml b/applications/processor/pom.xml index 2dcfe9de..1dd49636 100644 --- a/applications/processor/pom.xml +++ b/applications/processor/pom.xml @@ -24,5 +24,16 @@ object-detection-processor semantic-segmentation-processor - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/applications/sink/pom.xml b/applications/sink/pom.xml index c4f162a8..df36a0c7 100644 --- a/applications/sink/pom.xml +++ b/applications/sink/pom.xml @@ -34,4 +34,16 @@ elasticsearch-sink zeromq-sink + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/applications/source/pom.xml b/applications/source/pom.xml index 29f8de2a..2753466e 100644 --- a/applications/source/pom.xml +++ b/applications/source/pom.xml @@ -32,4 +32,16 @@ mail-source zeromq-source + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 21355777..7745734c 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -308,6 +308,15 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + - diff --git a/functions/common/pom.xml b/functions/common/pom.xml index 171739f4..03de6d9b 100644 --- a/functions/common/pom.xml +++ b/functions/common/pom.xml @@ -26,5 +26,16 @@ cdc-debezium-common cdc-debezium-boot-starter - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/functions/consumer/pom.xml b/functions/consumer/pom.xml index 08bbba41..f7265299 100644 --- a/functions/consumer/pom.xml +++ b/functions/consumer/pom.xml @@ -32,5 +32,16 @@ rsocket-consumer zeromq-consumer - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/functions/function/pom.xml b/functions/function/pom.xml index 6d1dd859..9db3f927 100644 --- a/functions/function/pom.xml +++ b/functions/function/pom.xml @@ -24,5 +24,16 @@ object-detection-function semantic-segmentation-function - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/functions/pom.xml b/functions/pom.xml index 7c7ab442..0b8badd1 100644 --- a/functions/pom.xml +++ b/functions/pom.xml @@ -18,5 +18,16 @@ supplier function-dependencies - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/functions/supplier/pom.xml b/functions/supplier/pom.xml index 53edf497..910a315b 100644 --- a/functions/supplier/pom.xml +++ b/functions/supplier/pom.xml @@ -1,34 +1,45 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - org.springframework.cloud.fn - java-functions-supplier + org.springframework.cloud.fn + java-functions-supplier 4.0.0-SNAPSHOT - java-functions-supplier - Java Functions Supplier - pom - - - file-supplier - ftp-supplier - http-supplier - jdbc-supplier - jms-supplier - mail-supplier - mongodb-supplier - mqtt-supplier - sftp-supplier - tcp-supplier - time-supplier - rabbit-supplier - websocket-supplier - s3-supplier - twitter-supplier - cdc-debezium-supplier - syslog-supplier - zeromq-supplier - + java-functions-supplier + Java Functions Supplier + pom + + file-supplier + ftp-supplier + http-supplier + jdbc-supplier + jms-supplier + mail-supplier + mongodb-supplier + mqtt-supplier + sftp-supplier + tcp-supplier + time-supplier + rabbit-supplier + websocket-supplier + s3-supplier + twitter-supplier + cdc-debezium-supplier + syslog-supplier + zeromq-supplier + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/pom.xml b/pom.xml index d3b55db9..e41f742e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.cloud.stream.app @@ -14,5 +15,17 @@ functions applications stream-applications-release-train - + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + +