From 3aa662fec075497f791652be79415a3c2c822ead Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 11 Jan 2023 13:40:53 +0200 Subject: [PATCH] Ensure deployment isn't skipped. --- .../stream-applications-descriptor/pom.xml | 8 + .../stream-applications-docs/pom.xml | 1138 +++++++++-------- 2 files changed, 589 insertions(+), 557 deletions(-) diff --git a/stream-applications-release-train/stream-applications-descriptor/pom.xml b/stream-applications-release-train/stream-applications-descriptor/pom.xml index 44aa6c4e..bc9c0d0f 100644 --- a/stream-applications-release-train/stream-applications-descriptor/pom.xml +++ b/stream-applications-release-train/stream-applications-descriptor/pom.xml @@ -30,6 +30,14 @@ + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + false + + org.codehaus.gmavenplus gmavenplus-plugin diff --git a/stream-applications-release-train/stream-applications-docs/pom.xml b/stream-applications-release-train/stream-applications-docs/pom.xml index 7b19a8e0..15d8c884 100644 --- a/stream-applications-release-train/stream-applications-docs/pom.xml +++ b/stream-applications-release-train/stream-applications-docs/pom.xml @@ -1,569 +1,593 @@ - - 4.0.0 - stream-applications-docs - stream-applications-docs - Stream Apps Docs - - org.springframework.cloud.stream.app - stream-applications-release-train - 2022.0.0-SNAPSHOT - + + 4.0.0 + stream-applications-docs + stream-applications-docs + Stream Apps Docs + + org.springframework.cloud.stream.app + stream-applications-release-train + 2022.0.0-SNAPSHOT + - - 0.2.1.RELEASE - + + 0.2.1.RELEASE + - - - io.spring.docresources - spring-doc-resources - ${docs.resources.version} - zip - true - - - - - org.springframework.cloud.fn - cdc-debezium-common - ${java-functions.version} - - - org.springframework.cloud.fn - file-common - ${java-functions.version} - - - org.springframework.cloud.fn - ftp-common - ${java-functions.version} - - - org.springframework.cloud.fn - metadata-store-common - ${java-functions.version} - - - org.springframework.cloud.fn - mqtt-common - ${java-functions.version} - - - org.springframework.cloud.fn - tcp-common - ${java-functions.version} - - - org.springframework.cloud.fn - twitter-common - ${java-functions.version} - - - - org.springframework.cloud.fn - cdc-debezium-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - file-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - ftp-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - http-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - jdbc-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - jms-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - mail-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - mongodb-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - mqtt-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - rabbit-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - s3-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - sftp-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - syslog-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - tcp-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - time-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - twitter-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - websocket-supplier - ${java-functions.version} - - - org.springframework.cloud.fn - zeromq-supplier - ${java-functions.version} - - - - org.springframework.cloud.fn - cassandra-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - analytics-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - wavefront-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - elasticsearch-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - file-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - ftp-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - jdbc-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - log-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - mongodb-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - mqtt-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - rabbit-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - redis-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - rsocket-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - s3-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - sftp-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - tcp-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - twitter-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - websocket-consumer - ${java-functions.version} - - - org.springframework.cloud.fn - zeromq-consumer - ${java-functions.version} - - - - org.springframework.cloud.fn - aggregator-function - ${java-functions.version} - - - org.springframework.cloud.fn - header-enricher-function - ${java-functions.version} - - - org.springframework.cloud.fn - http-request-function - ${java-functions.version} - - - org.springframework.cloud.fn - image-recognition-function - ${java-functions.version} - - - org.springframework.cloud.fn - object-detection-function - ${java-functions.version} - - - org.springframework.cloud.fn - spel-function - ${java-functions.version} - - - org.springframework.cloud.fn - splitter-function - ${java-functions.version} - - - org.springframework.cloud.fn - task-launch-request-function - ${java-functions.version} - - - org.springframework.cloud.fn - twitter-function - ${java-functions.version} - - - - org.springframework.cloud.stream.app - load-generator-source - ${apps.version} - - - org.springframework.cloud.stream.app - router-sink - ${apps.version} - - - org.springframework.cloud.stream.app - pgcopy-sink - ${apps.version} - - - org.springframework.cloud.stream.app - throughput-sink - ${apps.version} - - - org.springframework.cloud.stream.app - groovy-processor - ${apps.version} - - - org.springframework.cloud.stream.app - script-processor - ${apps.version} - + + + io.spring.docresources + spring-doc-resources + ${docs.resources.version} + zip + true + + + + + org.springframework.cloud.fn + cdc-debezium-common + ${java-functions.version} + + + org.springframework.cloud.fn + file-common + ${java-functions.version} + + + org.springframework.cloud.fn + ftp-common + ${java-functions.version} + + + org.springframework.cloud.fn + metadata-store-common + ${java-functions.version} + + + org.springframework.cloud.fn + mqtt-common + ${java-functions.version} + + + org.springframework.cloud.fn + tcp-common + ${java-functions.version} + + + org.springframework.cloud.fn + twitter-common + ${java-functions.version} + + + + org.springframework.cloud.fn + cdc-debezium-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + file-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + ftp-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + http-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + jdbc-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + jms-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + mail-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + mongodb-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + mqtt-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + rabbit-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + s3-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + sftp-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + syslog-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + tcp-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + time-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + twitter-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + websocket-supplier + ${java-functions.version} + + + org.springframework.cloud.fn + zeromq-supplier + ${java-functions.version} + + + + org.springframework.cloud.fn + cassandra-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + analytics-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + wavefront-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + elasticsearch-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + file-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + ftp-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + jdbc-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + log-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + mongodb-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + mqtt-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + rabbit-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + redis-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + rsocket-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + s3-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + sftp-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + tcp-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + twitter-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + websocket-consumer + ${java-functions.version} + + + org.springframework.cloud.fn + zeromq-consumer + ${java-functions.version} + + + + org.springframework.cloud.fn + aggregator-function + ${java-functions.version} + + + org.springframework.cloud.fn + header-enricher-function + ${java-functions.version} + + + org.springframework.cloud.fn + http-request-function + ${java-functions.version} + + + org.springframework.cloud.fn + image-recognition-function + ${java-functions.version} + + + org.springframework.cloud.fn + object-detection-function + ${java-functions.version} + + + org.springframework.cloud.fn + spel-function + ${java-functions.version} + + + org.springframework.cloud.fn + splitter-function + ${java-functions.version} + + + org.springframework.cloud.fn + task-launch-request-function + ${java-functions.version} + + + org.springframework.cloud.fn + twitter-function + ${java-functions.version} + + + + org.springframework.cloud.stream.app + load-generator-source + ${apps.version} + + + org.springframework.cloud.stream.app + router-sink + ${apps.version} + + + org.springframework.cloud.stream.app + pgcopy-sink + ${apps.version} + + + org.springframework.cloud.stream.app + throughput-sink + ${apps.version} + + + org.springframework.cloud.stream.app + groovy-processor + ${apps.version} + + + org.springframework.cloud.stream.app + script-processor + ${apps.version} + - - - - full - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - attach-javadocs - - jar - - prepare-package - - true - - org.springframework.cloud.fn:* - - false - true - ${basedir}/src/main/javadoc/spring-javadoc.css - - https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/ - https://docs.spring.io/spring-shell/docs/current/api/ - - - - - + + + + full + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + false + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + prepare-package + + true + + org.springframework.cloud.fn:* + + + false + true + ${basedir}/src/main/javadoc/spring-javadoc.css + + + https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api/ + + https://docs.spring.io/spring-shell/docs/current/api/ + + + + + - - org.apache.maven.plugins - maven-dependency-plugin - - - unpack-doc-resources - - unpack-dependencies - - generate-resources - - io.spring.docresources - spring-doc-resources - zip - true - ${project.build.directory}/refdocs/ - - - - - - org.apache.maven.plugins - maven-resources-plugin - - - copy-asciidoc-resources - generate-resources - - copy-resources - - - ${project.build.directory}/refdocs/ - - - src/main/asciidoc - false - - - - - - - - org.asciidoctor - asciidoctor-maven-plugin - 2.1.0 - - - org.asciidoctor - asciidoctorj-pdf - 1.5.3 - - - + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack-doc-resources + + unpack-dependencies + + generate-resources + + io.spring.docresources + spring-doc-resources + zip + true + ${project.build.directory}/refdocs/ + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + copy-asciidoc-resources + generate-resources + + copy-resources + + + ${project.build.directory}/refdocs/ + + + src/main/asciidoc + false + + + + + + + + org.asciidoctor + asciidoctor-maven-plugin + 2.1.0 + + + org.asciidoctor + asciidoctorj-pdf + 1.5.3 + + + - - html - generate-resources - - process-asciidoc - - - html5 - highlight.js - ${project.build.directory}/contents/reference/html - false - - ${project.version} - shared - true - font - true - css/ - spring.css - js/highlight - github - - - + + html + generate-resources + + process-asciidoc + + + html5 + highlight.js + ${project.build.directory}/contents/reference/html + + false + + ${project.version} + shared + true + font + true + css/ + spring.css + js/highlight + github + + + - - pdf - generate-resources - - process-asciidoc - - - pdf + + pdf + generate-resources + + process-asciidoc + + + pdf - ${project.build.directory}/contents/reference/pdf - coderay - - + ${project.build.directory}/contents/reference/pdf + coderay + + - + - - ${project.build.directory}/refdocs/ - index.adoc - book - - ${project.version} - ${project.name} - ${project.version} - true - 4 - true - ${project.basedir} - - - + + ${project.build.directory}/refdocs/ + index.adoc + book + + ${project.version} + ${project.name} + ${project.version} + true + 4 + true + ${project.basedir} + + + - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - org.apache.ant - ant-nodeps - 1.8.1 - - - org.tigris.antelope - antelopetasks - 3.2.10 - - - - - package-and-attach-docs-zip - package - - run - - - - - - - - - - - - - setup-maven-properties - validate - - run - - - true - - - - - - - - - - - - - - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.9.1 - - - attach-zip - - attach-artifact - - - - - ${project.build.directory}/${project.artifactId}-${project.version}.zip - zip;zip.type=docs;zip.deployed=false - - - - - - - - - - + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + ant-contrib + ant-contrib + 1.0b3 + + + ant + ant + + + + + org.apache.ant + ant-nodeps + 1.8.1 + + + org.tigris.antelope + antelopetasks + 3.2.10 + + + + + package-and-attach-docs-zip + package + + run + + + + + + + + + + + + + setup-maven-properties + validate + + run + + + true + + + + + + + + + + + + + + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + + + attach-zip + + attach-artifact + + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.zip + + zip;zip.type=docs;zip.deployed=false + + + + + + + + + +