diff --git a/.gitignore b/.gitignore index 0de919a4aa..90daac6029 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,6 @@ ratReport.txt .factorypath **/.editorconfig **/derby.log -examples/**/readme.html **/.DS_Store # for native build diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml index 21d99acd2f..1a1fc0fe39 100644 --- a/artemis-distribution/pom.xml +++ b/artemis-distribution/pom.xml @@ -284,6 +284,26 @@ + + com.vladsch.flexmark + markdown-page-generator-plugin + 0.27.0 + + + compile + + generate + + + + + ${activemq.basedir}/examples/common/header.html + ${activemq.basedir}/examples/common/footer.html + ${activemq.basedir}/examples + ${project.build.directory}/markdown-pages/examples + true + + diff --git a/artemis-distribution/src/main/assembly/dep.xml b/artemis-distribution/src/main/assembly/dep.xml index ff53126a93..92196c4355 100644 --- a/artemis-distribution/src/main/assembly/dep.xml +++ b/artemis-distribution/src/main/assembly/dep.xml @@ -228,6 +228,7 @@ 0755 0755 + ${activemq.basedir}/examples examples @@ -239,6 +240,11 @@ **/**/*.md + + ${project.build.directory}/markdown-pages/examples + examples + keep + ${activemq.basedir}/artemis-distribution/src/main/resources/licenses/bin diff --git a/examples/features/clustered/client-side-load-balancing/pom.xml b/examples/features/clustered/client-side-load-balancing/pom.xml index eb4322b5b1..d2ffe535b6 100644 --- a/examples/features/clustered/client-side-load-balancing/pom.xml +++ b/examples/features/clustered/client-side-load-balancing/pom.xml @@ -215,17 +215,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/clustered/clustered-durable-subscription/pom.xml b/examples/features/clustered/clustered-durable-subscription/pom.xml index 3901d9d8b1..4713f5d610 100644 --- a/examples/features/clustered/clustered-durable-subscription/pom.xml +++ b/examples/features/clustered/clustered-durable-subscription/pom.xml @@ -161,17 +161,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/clustered-grouping/pom.xml b/examples/features/clustered/clustered-grouping/pom.xml index e56fa11603..e20c581885 100644 --- a/examples/features/clustered/clustered-grouping/pom.xml +++ b/examples/features/clustered/clustered-grouping/pom.xml @@ -199,17 +199,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/clustered-jgroups/pom.xml b/examples/features/clustered/clustered-jgroups/pom.xml index 79a4c82852..7badb2fab4 100644 --- a/examples/features/clustered/clustered-jgroups/pom.xml +++ b/examples/features/clustered/clustered-jgroups/pom.xml @@ -164,17 +164,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/clustered/clustered-queue/pom.xml b/examples/features/clustered/clustered-queue/pom.xml index 151eb77a00..5f28d53783 100644 --- a/examples/features/clustered/clustered-queue/pom.xml +++ b/examples/features/clustered/clustered-queue/pom.xml @@ -157,17 +157,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/clustered-static-discovery-uri/pom.xml b/examples/features/clustered/clustered-static-discovery-uri/pom.xml index 80f30ca1a1..140c575c00 100644 --- a/examples/features/clustered/clustered-static-discovery-uri/pom.xml +++ b/examples/features/clustered/clustered-static-discovery-uri/pom.xml @@ -244,17 +244,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/clustered-static-discovery/pom.xml b/examples/features/clustered/clustered-static-discovery/pom.xml index 5228a7847a..8b5e997dfd 100644 --- a/examples/features/clustered/clustered-static-discovery/pom.xml +++ b/examples/features/clustered/clustered-static-discovery/pom.xml @@ -244,17 +244,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/clustered-static-oneway/pom.xml b/examples/features/clustered/clustered-static-oneway/pom.xml index 7152eca79f..c4ba4639ee 100644 --- a/examples/features/clustered/clustered-static-oneway/pom.xml +++ b/examples/features/clustered/clustered-static-oneway/pom.xml @@ -204,17 +204,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/clustered-topic-uri/pom.xml b/examples/features/clustered/clustered-topic-uri/pom.xml index 44716d175b..c7830ddcc0 100644 --- a/examples/features/clustered/clustered-topic-uri/pom.xml +++ b/examples/features/clustered/clustered-topic-uri/pom.xml @@ -157,17 +157,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/clustered-topic/pom.xml b/examples/features/clustered/clustered-topic/pom.xml index 040ab11954..ea699b84a5 100644 --- a/examples/features/clustered/clustered-topic/pom.xml +++ b/examples/features/clustered/clustered-topic/pom.xml @@ -157,17 +157,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/queue-message-redistribution/pom.xml b/examples/features/clustered/queue-message-redistribution/pom.xml index a80cd7781a..89c2c2c605 100644 --- a/examples/features/clustered/queue-message-redistribution/pom.xml +++ b/examples/features/clustered/queue-message-redistribution/pom.xml @@ -158,17 +158,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/shared-storage-static-cluster/pom.xml b/examples/features/clustered/shared-storage-static-cluster/pom.xml index c98c8b23df..ed3cd14937 100644 --- a/examples/features/clustered/shared-storage-static-cluster/pom.xml +++ b/examples/features/clustered/shared-storage-static-cluster/pom.xml @@ -145,17 +145,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/clustered/symmetric-cluster/pom.xml b/examples/features/clustered/symmetric-cluster/pom.xml index 2ec97b1c03..315751a435 100644 --- a/examples/features/clustered/symmetric-cluster/pom.xml +++ b/examples/features/clustered/symmetric-cluster/pom.xml @@ -319,17 +319,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/federation/federated-address-divert/pom.xml b/examples/features/federation/federated-address-divert/pom.xml index 54e8d4dddc..9c47bcc405 100644 --- a/examples/features/federation/federated-address-divert/pom.xml +++ b/examples/features/federation/federated-address-divert/pom.xml @@ -157,17 +157,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/federation/federated-address-downstream-upstream/pom.xml b/examples/features/federation/federated-address-downstream-upstream/pom.xml index 4f40769875..061d4fc1b6 100644 --- a/examples/features/federation/federated-address-downstream-upstream/pom.xml +++ b/examples/features/federation/federated-address-downstream-upstream/pom.xml @@ -199,17 +199,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/federation/federated-address-downstream/pom.xml b/examples/features/federation/federated-address-downstream/pom.xml index 6e9303ba78..1c72379d7e 100644 --- a/examples/features/federation/federated-address-downstream/pom.xml +++ b/examples/features/federation/federated-address-downstream/pom.xml @@ -199,17 +199,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/federation/federated-address/pom.xml b/examples/features/federation/federated-address/pom.xml index a5d30ddedd..1645e9f048 100644 --- a/examples/features/federation/federated-address/pom.xml +++ b/examples/features/federation/federated-address/pom.xml @@ -199,17 +199,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/federation/federated-queue-downstream-upstream/pom.xml b/examples/features/federation/federated-queue-downstream-upstream/pom.xml index 30d6949039..bb89ece7e0 100644 --- a/examples/features/federation/federated-queue-downstream-upstream/pom.xml +++ b/examples/features/federation/federated-queue-downstream-upstream/pom.xml @@ -199,17 +199,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/federation/federated-queue-downstream/pom.xml b/examples/features/federation/federated-queue-downstream/pom.xml index 9eabee7f77..419cdeb2e3 100644 --- a/examples/features/federation/federated-queue-downstream/pom.xml +++ b/examples/features/federation/federated-queue-downstream/pom.xml @@ -199,17 +199,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/federation/federated-queue/pom.xml b/examples/features/federation/federated-queue/pom.xml index 5f48d89d90..08fef6f1ac 100644 --- a/examples/features/federation/federated-queue/pom.xml +++ b/examples/features/federation/federated-queue/pom.xml @@ -199,17 +199,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/application-layer-failover/pom.xml b/examples/features/ha/application-layer-failover/pom.xml index c36885b070..4185583827 100644 --- a/examples/features/ha/application-layer-failover/pom.xml +++ b/examples/features/ha/application-layer-failover/pom.xml @@ -105,17 +105,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/ha/client-side-failoverlistener/pom.xml b/examples/features/ha/client-side-failoverlistener/pom.xml index c784f16f6c..aa94836bfd 100644 --- a/examples/features/ha/client-side-failoverlistener/pom.xml +++ b/examples/features/ha/client-side-failoverlistener/pom.xml @@ -112,17 +112,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/colocated-failover-scale-down/pom.xml b/examples/features/ha/colocated-failover-scale-down/pom.xml index 329ced8ea0..7544fc9304 100644 --- a/examples/features/ha/colocated-failover-scale-down/pom.xml +++ b/examples/features/ha/colocated-failover-scale-down/pom.xml @@ -106,17 +106,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/colocated-failover/pom.xml b/examples/features/ha/colocated-failover/pom.xml index b26b346902..85c91ce7c4 100644 --- a/examples/features/ha/colocated-failover/pom.xml +++ b/examples/features/ha/colocated-failover/pom.xml @@ -106,17 +106,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/ha-policy-autobackup/pom.xml b/examples/features/ha/ha-policy-autobackup/pom.xml index d41427ec42..2ab65a073b 100644 --- a/examples/features/ha/ha-policy-autobackup/pom.xml +++ b/examples/features/ha/ha-policy-autobackup/pom.xml @@ -106,17 +106,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/multiple-failover-failback/pom.xml b/examples/features/ha/multiple-failover-failback/pom.xml index 4b36b91061..a408f24524 100644 --- a/examples/features/ha/multiple-failover-failback/pom.xml +++ b/examples/features/ha/multiple-failover-failback/pom.xml @@ -126,17 +126,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/multiple-failover/pom.xml b/examples/features/ha/multiple-failover/pom.xml index 924af12ddf..895a376b40 100644 --- a/examples/features/ha/multiple-failover/pom.xml +++ b/examples/features/ha/multiple-failover/pom.xml @@ -126,17 +126,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/non-transaction-failover/pom.xml b/examples/features/ha/non-transaction-failover/pom.xml index 035e6bb217..b04a91d175 100644 --- a/examples/features/ha/non-transaction-failover/pom.xml +++ b/examples/features/ha/non-transaction-failover/pom.xml @@ -112,17 +112,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/replicated-failback-static/pom.xml b/examples/features/ha/replicated-failback-static/pom.xml index 1f6d05d33e..5e31266d1b 100644 --- a/examples/features/ha/replicated-failback-static/pom.xml +++ b/examples/features/ha/replicated-failback-static/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/replicated-failback/pom.xml b/examples/features/ha/replicated-failback/pom.xml index 480c510840..663e27959b 100644 --- a/examples/features/ha/replicated-failback/pom.xml +++ b/examples/features/ha/replicated-failback/pom.xml @@ -107,17 +107,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/ha/replicated-multiple-failover/pom.xml b/examples/features/ha/replicated-multiple-failover/pom.xml index 4456e4971e..42fab6a34e 100644 --- a/examples/features/ha/replicated-multiple-failover/pom.xml +++ b/examples/features/ha/replicated-multiple-failover/pom.xml @@ -121,17 +121,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/replicated-transaction-failover/pom.xml b/examples/features/ha/replicated-transaction-failover/pom.xml index 3b8137df13..d7aed06d3c 100644 --- a/examples/features/ha/replicated-transaction-failover/pom.xml +++ b/examples/features/ha/replicated-transaction-failover/pom.xml @@ -104,17 +104,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/scale-down/pom.xml b/examples/features/ha/scale-down/pom.xml index 6631f5cfb3..9429412f1a 100644 --- a/examples/features/ha/scale-down/pom.xml +++ b/examples/features/ha/scale-down/pom.xml @@ -104,17 +104,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/stop-server-failover/pom.xml b/examples/features/ha/stop-server-failover/pom.xml index b8cae699c9..1c33f1fcc3 100644 --- a/examples/features/ha/stop-server-failover/pom.xml +++ b/examples/features/ha/stop-server-failover/pom.xml @@ -161,17 +161,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/ha/transaction-failover/pom.xml b/examples/features/ha/transaction-failover/pom.xml index 1888c520af..82660771a5 100644 --- a/examples/features/ha/transaction-failover/pom.xml +++ b/examples/features/ha/transaction-failover/pom.xml @@ -103,17 +103,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/perf/perf/pom.xml b/examples/features/perf/perf/pom.xml index 3b422d4b33..1a6dd17e05 100644 --- a/examples/features/perf/perf/pom.xml +++ b/examples/features/perf/perf/pom.xml @@ -179,16 +179,5 @@ under the License. - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - diff --git a/examples/features/perf/soak/pom.xml b/examples/features/perf/soak/pom.xml index b628a0e6dd..9dcd65e3e5 100644 --- a/examples/features/perf/soak/pom.xml +++ b/examples/features/perf/soak/pom.xml @@ -166,16 +166,5 @@ under the License. - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - diff --git a/examples/features/standard/auto-closeable/pom.xml b/examples/features/standard/auto-closeable/pom.xml index 03c2d35d20..16e69d37e0 100644 --- a/examples/features/standard/auto-closeable/pom.xml +++ b/examples/features/standard/auto-closeable/pom.xml @@ -105,17 +105,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/broker-plugin/pom.xml b/examples/features/standard/broker-plugin/pom.xml index c42c74c58e..2b158d8086 100644 --- a/examples/features/standard/broker-plugin/pom.xml +++ b/examples/features/standard/broker-plugin/pom.xml @@ -126,17 +126,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/browser/pom.xml b/examples/features/standard/browser/pom.xml index 053867abaa..d35f53440d 100644 --- a/examples/features/standard/browser/pom.xml +++ b/examples/features/standard/browser/pom.xml @@ -109,17 +109,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/client-kickoff/pom.xml b/examples/features/standard/client-kickoff/pom.xml index e15d37a692..2e9fa5eaf6 100644 --- a/examples/features/standard/client-kickoff/pom.xml +++ b/examples/features/standard/client-kickoff/pom.xml @@ -111,17 +111,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/completion-listener/pom.xml b/examples/features/standard/completion-listener/pom.xml index 1f41880563..831726f956 100644 --- a/examples/features/standard/completion-listener/pom.xml +++ b/examples/features/standard/completion-listener/pom.xml @@ -109,17 +109,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/consumer-rate-limit/pom.xml b/examples/features/standard/consumer-rate-limit/pom.xml index 78b03057bf..a6fbf90963 100644 --- a/examples/features/standard/consumer-rate-limit/pom.xml +++ b/examples/features/standard/consumer-rate-limit/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/context/pom.xml b/examples/features/standard/context/pom.xml index 9ead6dd882..1b44e6d9af 100644 --- a/examples/features/standard/context/pom.xml +++ b/examples/features/standard/context/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/core-bridge/pom.xml b/examples/features/standard/core-bridge/pom.xml index c35c3dbd04..cab9d553fd 100644 --- a/examples/features/standard/core-bridge/pom.xml +++ b/examples/features/standard/core-bridge/pom.xml @@ -166,17 +166,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/database/pom.xml b/examples/features/standard/database/pom.xml index b01b773fcd..5b4244535e 100644 --- a/examples/features/standard/database/pom.xml +++ b/examples/features/standard/database/pom.xml @@ -115,17 +115,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/dead-letter/pom.xml b/examples/features/standard/dead-letter/pom.xml index 80a53ee014..6960e3d25f 100644 --- a/examples/features/standard/dead-letter/pom.xml +++ b/examples/features/standard/dead-letter/pom.xml @@ -109,17 +109,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/delayed-redelivery/pom.xml b/examples/features/standard/delayed-redelivery/pom.xml index 407faf12eb..ddb1262129 100644 --- a/examples/features/standard/delayed-redelivery/pom.xml +++ b/examples/features/standard/delayed-redelivery/pom.xml @@ -109,17 +109,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/divert/pom.xml b/examples/features/standard/divert/pom.xml index 25a8c41f20..069e170997 100644 --- a/examples/features/standard/divert/pom.xml +++ b/examples/features/standard/divert/pom.xml @@ -158,17 +158,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/durable-subscription/pom.xml b/examples/features/standard/durable-subscription/pom.xml index 6ac3d1f7ed..afa243b82c 100644 --- a/examples/features/standard/durable-subscription/pom.xml +++ b/examples/features/standard/durable-subscription/pom.xml @@ -109,17 +109,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/embedded-simple/pom.xml b/examples/features/standard/embedded-simple/pom.xml index fa2b5044ca..5cfaf29c72 100644 --- a/examples/features/standard/embedded-simple/pom.xml +++ b/examples/features/standard/embedded-simple/pom.xml @@ -83,17 +83,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/embedded/pom.xml b/examples/features/standard/embedded/pom.xml index 5d134ed678..2020d24227 100644 --- a/examples/features/standard/embedded/pom.xml +++ b/examples/features/standard/embedded/pom.xml @@ -83,17 +83,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/exclusive-queue/pom.xml b/examples/features/standard/exclusive-queue/pom.xml index 9bb4c52edb..eb3b66329f 100644 --- a/examples/features/standard/exclusive-queue/pom.xml +++ b/examples/features/standard/exclusive-queue/pom.xml @@ -118,17 +118,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/expiry/pom.xml b/examples/features/standard/expiry/pom.xml index c53e8ff753..0e0754ddc1 100644 --- a/examples/features/standard/expiry/pom.xml +++ b/examples/features/standard/expiry/pom.xml @@ -109,17 +109,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/http-transport/pom.xml b/examples/features/standard/http-transport/pom.xml index f9afc00a59..05605b2890 100644 --- a/examples/features/standard/http-transport/pom.xml +++ b/examples/features/standard/http-transport/pom.xml @@ -109,17 +109,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/instantiate-connection-factory/pom.xml b/examples/features/standard/instantiate-connection-factory/pom.xml index 0524b85b35..5bc2097f77 100644 --- a/examples/features/standard/instantiate-connection-factory/pom.xml +++ b/examples/features/standard/instantiate-connection-factory/pom.xml @@ -110,17 +110,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/interceptor-amqp/pom.xml b/examples/features/standard/interceptor-amqp/pom.xml index f215ece7fc..6e157c65cf 100644 --- a/examples/features/standard/interceptor-amqp/pom.xml +++ b/examples/features/standard/interceptor-amqp/pom.xml @@ -121,17 +121,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/interceptor-client/pom.xml b/examples/features/standard/interceptor-client/pom.xml index cf7257f875..9cddc59ac4 100644 --- a/examples/features/standard/interceptor-client/pom.xml +++ b/examples/features/standard/interceptor-client/pom.xml @@ -115,17 +115,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/interceptor-mqtt/pom.xml b/examples/features/standard/interceptor-mqtt/pom.xml index 3937e16af0..c0834a7757 100644 --- a/examples/features/standard/interceptor-mqtt/pom.xml +++ b/examples/features/standard/interceptor-mqtt/pom.xml @@ -120,17 +120,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/interceptor/pom.xml b/examples/features/standard/interceptor/pom.xml index 4178609a56..65d5cf3646 100644 --- a/examples/features/standard/interceptor/pom.xml +++ b/examples/features/standard/interceptor/pom.xml @@ -110,17 +110,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/jms-bridge/pom.xml b/examples/features/standard/jms-bridge/pom.xml index 5a3aed8ae3..6d39214c2f 100644 --- a/examples/features/standard/jms-bridge/pom.xml +++ b/examples/features/standard/jms-bridge/pom.xml @@ -158,17 +158,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/jmx-ssl/pom.xml b/examples/features/standard/jmx-ssl/pom.xml index d9aa5cbf80..f4c774d2a9 100644 --- a/examples/features/standard/jmx-ssl/pom.xml +++ b/examples/features/standard/jmx-ssl/pom.xml @@ -117,17 +117,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/jmx/pom.xml b/examples/features/standard/jmx/pom.xml index b26c6a06ad..b1b4c92618 100644 --- a/examples/features/standard/jmx/pom.xml +++ b/examples/features/standard/jmx/pom.xml @@ -114,17 +114,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/large-message/pom.xml b/examples/features/standard/large-message/pom.xml index d331b6326c..d1d6dd7cf4 100644 --- a/examples/features/standard/large-message/pom.xml +++ b/examples/features/standard/large-message/pom.xml @@ -88,17 +88,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/last-value-queue/pom.xml b/examples/features/standard/last-value-queue/pom.xml index b6b0eadb33..81fcc89d30 100644 --- a/examples/features/standard/last-value-queue/pom.xml +++ b/examples/features/standard/last-value-queue/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/management-notifications/pom.xml b/examples/features/standard/management-notifications/pom.xml index 59a84fb4dc..bc77224e68 100644 --- a/examples/features/standard/management-notifications/pom.xml +++ b/examples/features/standard/management-notifications/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/management/pom.xml b/examples/features/standard/management/pom.xml index 8067a415eb..9839d4b55b 100644 --- a/examples/features/standard/management/pom.xml +++ b/examples/features/standard/management/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/message-counters/pom.xml b/examples/features/standard/message-counters/pom.xml index 79ebaba885..6395ad04f6 100644 --- a/examples/features/standard/message-counters/pom.xml +++ b/examples/features/standard/message-counters/pom.xml @@ -114,17 +114,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/message-group/pom.xml b/examples/features/standard/message-group/pom.xml index 9af81b008b..199d2aa90a 100644 --- a/examples/features/standard/message-group/pom.xml +++ b/examples/features/standard/message-group/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/message-group2/pom.xml b/examples/features/standard/message-group2/pom.xml index f125cb434e..9af2e6ad1a 100644 --- a/examples/features/standard/message-group2/pom.xml +++ b/examples/features/standard/message-group2/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/message-priority/pom.xml b/examples/features/standard/message-priority/pom.xml index b2fd437b83..28d2d736a6 100644 --- a/examples/features/standard/message-priority/pom.xml +++ b/examples/features/standard/message-priority/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/netty-openssl/pom.xml b/examples/features/standard/netty-openssl/pom.xml index 7466dc9418..2100ed40e8 100644 --- a/examples/features/standard/netty-openssl/pom.xml +++ b/examples/features/standard/netty-openssl/pom.xml @@ -115,17 +115,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/no-consumer-buffering/pom.xml b/examples/features/standard/no-consumer-buffering/pom.xml index 9811de47b7..c23750ec22 100644 --- a/examples/features/standard/no-consumer-buffering/pom.xml +++ b/examples/features/standard/no-consumer-buffering/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/paging/pom.xml b/examples/features/standard/paging/pom.xml index e4caa5ec2f..31b5a7b7cb 100644 --- a/examples/features/standard/paging/pom.xml +++ b/examples/features/standard/paging/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/pre-acknowledge/pom.xml b/examples/features/standard/pre-acknowledge/pom.xml index 3288e6e690..0e2f4c60ef 100644 --- a/examples/features/standard/pre-acknowledge/pom.xml +++ b/examples/features/standard/pre-acknowledge/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/producer-rate-limit/pom.xml b/examples/features/standard/producer-rate-limit/pom.xml index af65e436d2..d2d7d45f60 100644 --- a/examples/features/standard/producer-rate-limit/pom.xml +++ b/examples/features/standard/producer-rate-limit/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/queue-requestor/pom.xml b/examples/features/standard/queue-requestor/pom.xml index 9c6138ceb5..ddbfe01f8b 100644 --- a/examples/features/standard/queue-requestor/pom.xml +++ b/examples/features/standard/queue-requestor/pom.xml @@ -103,17 +103,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/queue-selector/pom.xml b/examples/features/standard/queue-selector/pom.xml index 6e62f5232e..e0d56eea18 100644 --- a/examples/features/standard/queue-selector/pom.xml +++ b/examples/features/standard/queue-selector/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/queue/pom.xml b/examples/features/standard/queue/pom.xml index ac18d371dc..40a341a526 100644 --- a/examples/features/standard/queue/pom.xml +++ b/examples/features/standard/queue/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/reattach-node/pom.xml b/examples/features/standard/reattach-node/pom.xml index cba70149cb..041906aafc 100644 --- a/examples/features/standard/reattach-node/pom.xml +++ b/examples/features/standard/reattach-node/pom.xml @@ -110,17 +110,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/request-reply/pom.xml b/examples/features/standard/request-reply/pom.xml index 34e5b6341e..207866e4be 100644 --- a/examples/features/standard/request-reply/pom.xml +++ b/examples/features/standard/request-reply/pom.xml @@ -112,17 +112,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/rest/dup-send/pom.xml b/examples/features/standard/rest/dup-send/pom.xml index 8d3261610a..26a0c8a383 100644 --- a/examples/features/standard/rest/dup-send/pom.xml +++ b/examples/features/standard/rest/dup-send/pom.xml @@ -161,16 +161,5 @@ under the License. - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - diff --git a/examples/features/standard/rest/javascript-chat/pom.xml b/examples/features/standard/rest/javascript-chat/pom.xml index 6b3d7f9f1f..018ab37a9b 100644 --- a/examples/features/standard/rest/javascript-chat/pom.xml +++ b/examples/features/standard/rest/javascript-chat/pom.xml @@ -175,16 +175,5 @@ under the License. - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - diff --git a/examples/features/standard/rest/jms-to-rest/pom.xml b/examples/features/standard/rest/jms-to-rest/pom.xml index fdfcdebbf6..f5f769d1e4 100644 --- a/examples/features/standard/rest/jms-to-rest/pom.xml +++ b/examples/features/standard/rest/jms-to-rest/pom.xml @@ -161,16 +161,5 @@ under the License. - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - diff --git a/examples/features/standard/rest/push/pom.xml b/examples/features/standard/rest/push/pom.xml index c1d012c7a9..780a3e59fa 100644 --- a/examples/features/standard/rest/push/pom.xml +++ b/examples/features/standard/rest/push/pom.xml @@ -161,16 +161,5 @@ under the License. - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - diff --git a/examples/features/standard/scheduled-message/pom.xml b/examples/features/standard/scheduled-message/pom.xml index d80727b2b6..4dedeb45b1 100644 --- a/examples/features/standard/scheduled-message/pom.xml +++ b/examples/features/standard/scheduled-message/pom.xml @@ -113,17 +113,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/security-ldap/pom.xml b/examples/features/standard/security-ldap/pom.xml index c6debaf0c5..05952340cd 100644 --- a/examples/features/standard/security-ldap/pom.xml +++ b/examples/features/standard/security-ldap/pom.xml @@ -150,17 +150,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/security-manager/pom.xml b/examples/features/standard/security-manager/pom.xml index a5d7da28ba..904610b8e5 100644 --- a/examples/features/standard/security-manager/pom.xml +++ b/examples/features/standard/security-manager/pom.xml @@ -121,17 +121,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/security/pom.xml b/examples/features/standard/security/pom.xml index f819d2573a..c742d9b352 100644 --- a/examples/features/standard/security/pom.xml +++ b/examples/features/standard/security/pom.xml @@ -111,17 +111,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/send-acknowledgements/pom.xml b/examples/features/standard/send-acknowledgements/pom.xml index 230eddafc4..6ca6ac4ee4 100644 --- a/examples/features/standard/send-acknowledgements/pom.xml +++ b/examples/features/standard/send-acknowledgements/pom.xml @@ -103,17 +103,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/shared-consumer/pom.xml b/examples/features/standard/shared-consumer/pom.xml index 049dabe022..12346a9af7 100644 --- a/examples/features/standard/shared-consumer/pom.xml +++ b/examples/features/standard/shared-consumer/pom.xml @@ -110,17 +110,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/slow-consumer/pom.xml b/examples/features/standard/slow-consumer/pom.xml index 032e39a7df..993b46ff6e 100644 --- a/examples/features/standard/slow-consumer/pom.xml +++ b/examples/features/standard/slow-consumer/pom.xml @@ -117,17 +117,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/spring-boot-integration/pom.xml b/examples/features/standard/spring-boot-integration/pom.xml index 7569bac142..0184e1fa37 100644 --- a/examples/features/standard/spring-boot-integration/pom.xml +++ b/examples/features/standard/spring-boot-integration/pom.xml @@ -77,17 +77,4 @@ - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/spring-integration/pom.xml b/examples/features/standard/spring-integration/pom.xml index fd2ade7f25..0207ae3f48 100644 --- a/examples/features/standard/spring-integration/pom.xml +++ b/examples/features/standard/spring-integration/pom.xml @@ -85,17 +85,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/ssl-enabled-dual-authentication/pom.xml b/examples/features/standard/ssl-enabled-dual-authentication/pom.xml index 8e1440a405..7165f29545 100644 --- a/examples/features/standard/ssl-enabled-dual-authentication/pom.xml +++ b/examples/features/standard/ssl-enabled-dual-authentication/pom.xml @@ -110,17 +110,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/ssl-enabled/pom.xml b/examples/features/standard/ssl-enabled/pom.xml index 6f693818d3..0e1ee1409a 100644 --- a/examples/features/standard/ssl-enabled/pom.xml +++ b/examples/features/standard/ssl-enabled/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/static-selector/pom.xml b/examples/features/standard/static-selector/pom.xml index c374c806a1..b1359189c1 100644 --- a/examples/features/standard/static-selector/pom.xml +++ b/examples/features/standard/static-selector/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/temp-queue/pom.xml b/examples/features/standard/temp-queue/pom.xml index f4d157d552..63299186f1 100644 --- a/examples/features/standard/temp-queue/pom.xml +++ b/examples/features/standard/temp-queue/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - diff --git a/examples/features/standard/topic-hierarchies/pom.xml b/examples/features/standard/topic-hierarchies/pom.xml index a8ed68e31c..58dd4963fb 100644 --- a/examples/features/standard/topic-hierarchies/pom.xml +++ b/examples/features/standard/topic-hierarchies/pom.xml @@ -112,17 +112,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/topic-selector1/pom.xml b/examples/features/standard/topic-selector1/pom.xml index 5c2e2fe73c..76ea21cf4a 100644 --- a/examples/features/standard/topic-selector1/pom.xml +++ b/examples/features/standard/topic-selector1/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/topic-selector2/pom.xml b/examples/features/standard/topic-selector2/pom.xml index 445760ca42..c63dcb115a 100644 --- a/examples/features/standard/topic-selector2/pom.xml +++ b/examples/features/standard/topic-selector2/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/topic/pom.xml b/examples/features/standard/topic/pom.xml index dee7aff48d..16f318b936 100644 --- a/examples/features/standard/topic/pom.xml +++ b/examples/features/standard/topic/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/transactional/pom.xml b/examples/features/standard/transactional/pom.xml index e8b23c05b8..4c9e66dcdf 100644 --- a/examples/features/standard/transactional/pom.xml +++ b/examples/features/standard/transactional/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/xa-heuristic/pom.xml b/examples/features/standard/xa-heuristic/pom.xml index 1398441c6e..fba08b0c04 100644 --- a/examples/features/standard/xa-heuristic/pom.xml +++ b/examples/features/standard/xa-heuristic/pom.xml @@ -110,17 +110,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/xa-receive/pom.xml b/examples/features/standard/xa-receive/pom.xml index 8a172f0fa0..618e18ba85 100644 --- a/examples/features/standard/xa-receive/pom.xml +++ b/examples/features/standard/xa-receive/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/standard/xa-send/pom.xml b/examples/features/standard/xa-send/pom.xml index 055f594bbb..8c1f2a4638 100644 --- a/examples/features/standard/xa-send/pom.xml +++ b/examples/features/standard/xa-send/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/sub-modules/artemis-ra-rar/pom.xml b/examples/features/sub-modules/artemis-ra-rar/pom.xml index 00319052c7..71d7951cbb 100644 --- a/examples/features/sub-modules/artemis-ra-rar/pom.xml +++ b/examples/features/sub-modules/artemis-ra-rar/pom.xml @@ -101,17 +101,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml b/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml index 4d0af5bdcf..12642d4ac5 100644 --- a/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml +++ b/examples/features/sub-modules/inter-broker-bridge/artemis-jms-bridge/pom.xml @@ -95,17 +95,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/features/sub-modules/tomcat/pom.xml b/examples/features/sub-modules/tomcat/pom.xml index 51a1d008e3..cc642cf757 100644 --- a/examples/features/sub-modules/tomcat/pom.xml +++ b/examples/features/sub-modules/tomcat/pom.xml @@ -122,17 +122,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/examples/pom.xml b/examples/pom.xml index c6c2412558..a597b043c5 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -49,28 +49,6 @@ under the License. - - - - - org.apache.maven.plugins - maven-clean-plugin - 3.0.0 - - - - ${basedir} - - readme.html - - - - - - - - - apache.snapshots @@ -104,31 +82,6 @@ under the License. true true - - - - - com.vladsch.flexmark - markdown-page-generator-plugin - 0.27.0 - - - package - - generate - - - - - ${activemq.basedir}/examples/common/header.html - ${activemq.basedir}/examples/common/footer.html - ${basedir} - ${basedir} - - - - - diff --git a/examples/protocols/amqp/proton-clustered-cpp/pom.xml b/examples/protocols/amqp/proton-clustered-cpp/pom.xml index 92ecf5c40b..3d7594855e 100644 --- a/examples/protocols/amqp/proton-clustered-cpp/pom.xml +++ b/examples/protocols/amqp/proton-clustered-cpp/pom.xml @@ -166,17 +166,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/amqp/proton-cpp/pom.xml b/examples/protocols/amqp/proton-cpp/pom.xml index 0f606d7c2c..7635548421 100644 --- a/examples/protocols/amqp/proton-cpp/pom.xml +++ b/examples/protocols/amqp/proton-cpp/pom.xml @@ -117,17 +117,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/amqp/proton-ruby/pom.xml b/examples/protocols/amqp/proton-ruby/pom.xml index fccea5cf8d..73d35616c1 100644 --- a/examples/protocols/amqp/proton-ruby/pom.xml +++ b/examples/protocols/amqp/proton-ruby/pom.xml @@ -66,17 +66,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/amqp/queue/pom.xml b/examples/protocols/amqp/queue/pom.xml index 889cf6512c..cb32ac1f2a 100644 --- a/examples/protocols/amqp/queue/pom.xml +++ b/examples/protocols/amqp/queue/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml b/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml index c7b8445745..d3e17d7b4d 100644 --- a/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml +++ b/examples/protocols/mqtt/clustered-queue-mqtt/pom.xml @@ -161,17 +161,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/mqtt/publish-subscribe/pom.xml b/examples/protocols/mqtt/publish-subscribe/pom.xml index 859f5ffaa8..c7077f2aa3 100644 --- a/examples/protocols/mqtt/publish-subscribe/pom.xml +++ b/examples/protocols/mqtt/publish-subscribe/pom.xml @@ -104,17 +104,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/openwire/chat/pom.xml b/examples/protocols/openwire/chat/pom.xml index eb3a958f5d..5a8acfed2d 100644 --- a/examples/protocols/openwire/chat/pom.xml +++ b/examples/protocols/openwire/chat/pom.xml @@ -204,17 +204,6 @@ under the License. - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - diff --git a/examples/protocols/openwire/message-listener/pom.xml b/examples/protocols/openwire/message-listener/pom.xml index 77703da60e..0d3d8f2df5 100644 --- a/examples/protocols/openwire/message-listener/pom.xml +++ b/examples/protocols/openwire/message-listener/pom.xml @@ -114,17 +114,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/openwire/message-recovery/pom.xml b/examples/protocols/openwire/message-recovery/pom.xml index 502ab00340..7b312df84b 100644 --- a/examples/protocols/openwire/message-recovery/pom.xml +++ b/examples/protocols/openwire/message-recovery/pom.xml @@ -100,17 +100,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/openwire/queue/pom.xml b/examples/protocols/openwire/queue/pom.xml index fbed676625..f860ef1f89 100644 --- a/examples/protocols/openwire/queue/pom.xml +++ b/examples/protocols/openwire/queue/pom.xml @@ -117,17 +117,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/openwire/virtual-topic-mapping/pom.xml b/examples/protocols/openwire/virtual-topic-mapping/pom.xml index 196267db67..47f36b1c5f 100644 --- a/examples/protocols/openwire/virtual-topic-mapping/pom.xml +++ b/examples/protocols/openwire/virtual-topic-mapping/pom.xml @@ -117,17 +117,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/stomp/stomp-dual-authentication/pom.xml b/examples/protocols/stomp/stomp-dual-authentication/pom.xml index 16827ce533..7e14b98d93 100644 --- a/examples/protocols/stomp/stomp-dual-authentication/pom.xml +++ b/examples/protocols/stomp/stomp-dual-authentication/pom.xml @@ -113,17 +113,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml b/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml index 3894923320..a64c9af1f4 100644 --- a/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml +++ b/examples/protocols/stomp/stomp-embedded-interceptor/pom.xml @@ -130,17 +130,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/stomp/stomp-jms/pom.xml b/examples/protocols/stomp/stomp-jms/pom.xml index 26d40200a9..fc33819799 100644 --- a/examples/protocols/stomp/stomp-jms/pom.xml +++ b/examples/protocols/stomp/stomp-jms/pom.xml @@ -113,17 +113,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/stomp/stomp-websockets/pom.xml b/examples/protocols/stomp/stomp-websockets/pom.xml index d18b2c42bd..9136668e2b 100644 --- a/examples/protocols/stomp/stomp-websockets/pom.xml +++ b/examples/protocols/stomp/stomp-websockets/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/stomp/stomp/pom.xml b/examples/protocols/stomp/stomp/pom.xml index fd95ef1646..1227640597 100644 --- a/examples/protocols/stomp/stomp/pom.xml +++ b/examples/protocols/stomp/stomp/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/stomp/stomp1.1/pom.xml b/examples/protocols/stomp/stomp1.1/pom.xml index df2853a0e8..4b69045ba5 100644 --- a/examples/protocols/stomp/stomp1.1/pom.xml +++ b/examples/protocols/stomp/stomp1.1/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file diff --git a/examples/protocols/stomp/stomp1.2/pom.xml b/examples/protocols/stomp/stomp1.2/pom.xml index e4720bf4b8..b35abd42c5 100644 --- a/examples/protocols/stomp/stomp1.2/pom.xml +++ b/examples/protocols/stomp/stomp1.2/pom.xml @@ -108,17 +108,4 @@ under the License. - - - release - - - - com.vladsch.flexmark - markdown-page-generator-plugin - - - - - \ No newline at end of file