From 2cca80f475a2b5393977f30633aa65e4525e0914 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Wed, 22 Jul 2020 11:26:03 +0200 Subject: [PATCH] [FLINK-18607][build] Give the maven module a human readable name This closes #12907 --- flink-annotations/pom.xml | 2 +- flink-clients/pom.xml | 2 +- flink-connectors/flink-connector-base/pom.xml | 2 +- flink-connectors/flink-connector-cassandra/pom.xml | 2 +- flink-connectors/flink-connector-elasticsearch-base/pom.xml | 2 +- flink-connectors/flink-connector-elasticsearch5/pom.xml | 2 +- flink-connectors/flink-connector-elasticsearch6/pom.xml | 2 +- flink-connectors/flink-connector-elasticsearch7/pom.xml | 2 +- flink-connectors/flink-connector-filesystem/pom.xml | 2 +- flink-connectors/flink-connector-gcp-pubsub/pom.xml | 2 +- flink-connectors/flink-connector-hbase/pom.xml | 2 +- flink-connectors/flink-connector-hive/pom.xml | 2 +- flink-connectors/flink-connector-jdbc/pom.xml | 2 +- flink-connectors/flink-connector-kafka-0.10/pom.xml | 2 +- flink-connectors/flink-connector-kafka-0.11/pom.xml | 2 +- flink-connectors/flink-connector-kafka-base/pom.xml | 2 +- flink-connectors/flink-connector-kafka/pom.xml | 2 +- flink-connectors/flink-connector-kinesis/pom.xml | 2 +- flink-connectors/flink-connector-nifi/pom.xml | 2 +- flink-connectors/flink-connector-rabbitmq/pom.xml | 2 +- flink-connectors/flink-connector-twitter/pom.xml | 2 +- flink-connectors/flink-hadoop-compatibility/pom.xml | 2 +- flink-connectors/flink-hcatalog/pom.xml | 2 +- flink-connectors/flink-sql-connector-elasticsearch6/pom.xml | 2 +- flink-connectors/flink-sql-connector-elasticsearch7/pom.xml | 2 +- flink-connectors/flink-sql-connector-hbase/pom.xml | 2 +- flink-connectors/flink-sql-connector-hive-1.2.2/pom.xml | 2 +- flink-connectors/flink-sql-connector-hive-2.2.0/pom.xml | 2 +- flink-connectors/flink-sql-connector-hive-2.3.6/pom.xml | 2 +- flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml | 2 +- flink-connectors/flink-sql-connector-kafka-0.10/pom.xml | 2 +- flink-connectors/flink-sql-connector-kafka-0.11/pom.xml | 2 +- flink-connectors/flink-sql-connector-kafka/pom.xml | 2 +- flink-connectors/pom.xml | 2 +- flink-container/pom.xml | 2 +- flink-contrib/flink-connector-wikiedits/pom.xml | 2 +- flink-contrib/pom.xml | 2 +- flink-core/pom.xml | 2 +- flink-dist/pom.xml | 2 +- flink-docs/pom.xml | 2 +- flink-end-to-end-tests/flink-batch-sql-test/pom.xml | 2 +- flink-end-to-end-tests/flink-bucketing-sink-test/pom.xml | 2 +- flink-end-to-end-tests/flink-cli-test/pom.xml | 2 +- .../flink-confluent-schema-registry/pom.xml | 2 ++ .../flink-connector-gcp-pubsub-emulator-tests/pom.xml | 2 +- flink-end-to-end-tests/flink-dataset-allround-test/pom.xml | 2 +- .../flink-dataset-fine-grained-recovery-test/pom.xml | 2 +- flink-end-to-end-tests/flink-datastream-allround-test/pom.xml | 2 +- .../flink-distributed-cache-via-blob-test/pom.xml | 2 +- flink-end-to-end-tests/flink-elasticsearch5-test/pom.xml | 2 +- flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml | 2 +- flink-end-to-end-tests/flink-elasticsearch7-test/pom.xml | 2 +- .../flink-end-to-end-tests-common-kafka/pom.xml | 1 + flink-end-to-end-tests/flink-end-to-end-tests-common/pom.xml | 1 + flink-end-to-end-tests/flink-end-to-end-tests-hbase/pom.xml | 1 + .../flink-heavy-deployment-stress-test/pom.xml | 2 +- .../flink-high-parallelism-iterations-test/pom.xml | 2 +- .../flink-local-recovery-and-allocation-test/pom.xml | 2 +- .../flink-metrics-availability-test/pom.xml | 1 + .../flink-metrics-reporter-prometheus-test/pom.xml | 1 + .../flink-netty-shuffle-memory-control-test/pom.xml | 2 +- .../flink-parent-child-classloading-test-lib-package/pom.xml | 2 +- .../flink-parent-child-classloading-test-program/pom.xml | 2 +- .../flink-plugins-test/another-dummy-fs/pom.xml | 1 + flink-end-to-end-tests/flink-plugins-test/dummy-fs/pom.xml | 1 + flink-end-to-end-tests/flink-plugins-test/pom.xml | 4 ++-- flink-end-to-end-tests/flink-python-test/pom.xml | 2 +- flink-end-to-end-tests/flink-queryable-state-test/pom.xml | 2 +- flink-end-to-end-tests/flink-quickstart-test/pom.xml | 2 +- .../flink-rocksdb-state-memory-control-test/pom.xml | 1 + flink-end-to-end-tests/flink-sql-client-test/pom.xml | 2 +- flink-end-to-end-tests/flink-state-evolution-test/pom.xml | 2 +- flink-end-to-end-tests/flink-stream-sql-test/pom.xml | 2 +- flink-end-to-end-tests/flink-stream-state-ttl-test/pom.xml | 2 +- .../flink-stream-stateful-job-upgrade-test/pom.xml | 2 +- flink-end-to-end-tests/flink-streaming-file-sink-test/pom.xml | 1 + .../flink-streaming-kafka-test-base/pom.xml | 2 +- flink-end-to-end-tests/flink-streaming-kafka-test/pom.xml | 2 +- flink-end-to-end-tests/flink-streaming-kafka010-test/pom.xml | 2 +- flink-end-to-end-tests/flink-streaming-kafka011-test/pom.xml | 2 +- flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml | 2 +- flink-end-to-end-tests/flink-tpcds-test/pom.xml | 1 + flink-end-to-end-tests/flink-tpch-test/pom.xml | 1 + flink-end-to-end-tests/pom.xml | 2 +- flink-examples/flink-examples-batch/pom.xml | 2 +- .../flink-examples-streaming-gcp-pubsub/pom.xml | 2 +- .../flink-examples-streaming-state-machine/pom.xml | 2 +- .../flink-examples-streaming-twitter/pom.xml | 2 +- flink-examples/flink-examples-build-helper/pom.xml | 2 ++ flink-examples/flink-examples-streaming/pom.xml | 2 +- flink-examples/flink-examples-table/pom.xml | 2 +- flink-examples/pom.xml | 2 +- flink-external-resources/flink-external-resource-gpu/pom.xml | 2 +- flink-external-resources/pom.xml | 2 +- flink-filesystems/flink-azure-fs-hadoop/pom.xml | 2 +- flink-filesystems/flink-fs-hadoop-shaded/pom.xml | 2 +- flink-filesystems/flink-hadoop-fs/pom.xml | 2 +- flink-filesystems/flink-mapr-fs/pom.xml | 3 +-- flink-filesystems/flink-oss-fs-hadoop/pom.xml | 1 + flink-filesystems/flink-s3-fs-base/pom.xml | 3 +-- flink-filesystems/flink-s3-fs-hadoop/pom.xml | 2 +- flink-filesystems/flink-s3-fs-presto/pom.xml | 2 +- flink-filesystems/flink-swift-fs-hadoop/pom.xml | 2 +- flink-filesystems/pom.xml | 2 +- flink-formats/flink-avro-confluent-registry/pom.xml | 2 ++ flink-formats/flink-avro/pom.xml | 2 +- flink-formats/flink-compress/pom.xml | 2 +- flink-formats/flink-csv/pom.xml | 2 +- flink-formats/flink-hadoop-bulk/pom.xml | 2 +- flink-formats/flink-json/pom.xml | 2 +- flink-formats/flink-orc-nohive/pom.xml | 2 +- flink-formats/flink-orc/pom.xml | 2 +- flink-formats/flink-parquet/pom.xml | 2 +- flink-formats/flink-sequence-file/pom.xml | 2 +- flink-formats/flink-sql-orc/pom.xml | 2 +- flink-formats/flink-sql-parquet/pom.xml | 2 +- flink-formats/pom.xml | 2 +- flink-fs-tests/pom.xml | 2 +- flink-java/pom.xml | 2 +- flink-kubernetes/pom.xml | 2 +- flink-libraries/flink-cep-scala/pom.xml | 2 +- flink-libraries/flink-cep/pom.xml | 2 +- flink-libraries/flink-gelly-examples/pom.xml | 2 +- flink-libraries/flink-gelly-scala/pom.xml | 2 +- flink-libraries/flink-gelly/pom.xml | 2 +- flink-libraries/flink-state-processing-api/pom.xml | 2 +- flink-libraries/pom.xml | 2 +- flink-mesos/pom.xml | 2 +- flink-metrics/flink-metrics-core/pom.xml | 2 +- flink-metrics/flink-metrics-datadog/pom.xml | 2 +- flink-metrics/flink-metrics-dropwizard/pom.xml | 2 +- flink-metrics/flink-metrics-graphite/pom.xml | 2 +- flink-metrics/flink-metrics-influxdb/pom.xml | 2 +- flink-metrics/flink-metrics-jmx/pom.xml | 2 +- flink-metrics/flink-metrics-prometheus/pom.xml | 2 +- flink-metrics/flink-metrics-slf4j/pom.xml | 2 +- flink-metrics/flink-metrics-statsd/pom.xml | 2 +- flink-metrics/pom.xml | 2 +- flink-ml-parent/flink-ml-api/pom.xml | 1 + flink-ml-parent/flink-ml-lib/pom.xml | 2 +- flink-ml-parent/flink-ml-uber/pom.xml | 2 +- flink-ml-parent/pom.xml | 1 + flink-optimizer/pom.xml | 2 +- flink-python/pom.xml | 2 +- .../flink-queryable-state-client-java/pom.xml | 2 +- flink-queryable-state/flink-queryable-state-runtime/pom.xml | 2 +- flink-queryable-state/pom.xml | 2 +- flink-quickstart/flink-quickstart-java/pom.xml | 1 + flink-quickstart/flink-quickstart-scala/pom.xml | 1 + flink-quickstart/pom.xml | 2 +- flink-runtime-web/pom.xml | 2 +- flink-runtime/pom.xml | 2 +- flink-scala-shell/pom.xml | 2 +- flink-scala/pom.xml | 2 +- .../flink-statebackend-heap-spillable/pom.xml | 2 +- flink-state-backends/flink-statebackend-rocksdb/pom.xml | 2 +- flink-state-backends/pom.xml | 2 +- flink-streaming-java/pom.xml | 2 +- flink-streaming-scala/pom.xml | 2 +- flink-table/flink-sql-client/pom.xml | 2 +- flink-table/flink-sql-parser-hive/pom.xml | 2 +- flink-table/flink-sql-parser/pom.xml | 2 +- flink-table/flink-table-api-java-bridge/pom.xml | 2 +- flink-table/flink-table-api-java/pom.xml | 2 +- flink-table/flink-table-api-scala-bridge/pom.xml | 2 +- flink-table/flink-table-api-scala/pom.xml | 2 +- flink-table/flink-table-common/pom.xml | 2 +- flink-table/flink-table-planner-blink/pom.xml | 2 +- flink-table/flink-table-planner/pom.xml | 2 +- flink-table/flink-table-runtime-blink/pom.xml | 2 +- flink-table/flink-table-uber-blink/pom.xml | 2 +- flink-table/flink-table-uber/pom.xml | 2 +- flink-table/pom.xml | 2 +- flink-test-utils-parent/flink-test-utils-junit/pom.xml | 2 +- flink-test-utils-parent/flink-test-utils/pom.xml | 2 +- flink-test-utils-parent/pom.xml | 2 +- flink-tests/pom.xml | 2 +- flink-walkthroughs/flink-walkthrough-common/pom.xml | 2 +- flink-walkthroughs/flink-walkthrough-datastream-java/pom.xml | 1 + flink-walkthroughs/flink-walkthrough-datastream-scala/pom.xml | 1 + flink-walkthroughs/flink-walkthrough-table-java/pom.xml | 1 + flink-walkthroughs/flink-walkthrough-table-scala/pom.xml | 1 + flink-walkthroughs/pom.xml | 2 +- flink-yarn-tests/pom.xml | 2 +- flink-yarn/pom.xml | 2 +- pom.xml | 2 +- tools/force-shading/pom.xml | 1 + 187 files changed, 191 insertions(+), 166 deletions(-) diff --git a/flink-annotations/pom.xml b/flink-annotations/pom.xml index fe9a7d998407c..c54e8616df90e 100644 --- a/flink-annotations/pom.xml +++ b/flink-annotations/pom.xml @@ -30,7 +30,7 @@ under the License. flink-annotations - flink-annotations + Flink : Annotations jar diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml index 4b3d4a7a1e3c1..9218e7ca74d81 100644 --- a/flink-clients/pom.xml +++ b/flink-clients/pom.xml @@ -31,7 +31,7 @@ under the License. flink-clients_${scala.binary.version} - flink-clients + Flink : Clients jar diff --git a/flink-connectors/flink-connector-base/pom.xml b/flink-connectors/flink-connector-base/pom.xml index 95e029478256e..700b9074c204c 100644 --- a/flink-connectors/flink-connector-base/pom.xml +++ b/flink-connectors/flink-connector-base/pom.xml @@ -30,7 +30,7 @@ flink-connector-base - flink-connector-base + Flink : Connectors : Base jar diff --git a/flink-connectors/flink-connector-cassandra/pom.xml b/flink-connectors/flink-connector-cassandra/pom.xml index cf032f4928ed1..54fef98616d6c 100644 --- a/flink-connectors/flink-connector-cassandra/pom.xml +++ b/flink-connectors/flink-connector-cassandra/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-cassandra_${scala.binary.version} - flink-connector-cassandra + Flink : Connectors : Cassandra jar diff --git a/flink-connectors/flink-connector-elasticsearch-base/pom.xml b/flink-connectors/flink-connector-elasticsearch-base/pom.xml index 8ada713207f2a..fc37c05c1865a 100644 --- a/flink-connectors/flink-connector-elasticsearch-base/pom.xml +++ b/flink-connectors/flink-connector-elasticsearch-base/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-elasticsearch-base_${scala.binary.version} - flink-connector-elasticsearch-base + Flink : Connectors : Elasticsearch base jar diff --git a/flink-connectors/flink-connector-elasticsearch5/pom.xml b/flink-connectors/flink-connector-elasticsearch5/pom.xml index f2edf3cdd7e89..593bea6be24a6 100644 --- a/flink-connectors/flink-connector-elasticsearch5/pom.xml +++ b/flink-connectors/flink-connector-elasticsearch5/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-elasticsearch5_${scala.binary.version} - flink-connector-elasticsearch5 + Flink : Connectors : Elasticsearch 5 jar diff --git a/flink-connectors/flink-connector-elasticsearch6/pom.xml b/flink-connectors/flink-connector-elasticsearch6/pom.xml index 52f9cf6cd3067..e796af833c4db 100644 --- a/flink-connectors/flink-connector-elasticsearch6/pom.xml +++ b/flink-connectors/flink-connector-elasticsearch6/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-elasticsearch6_${scala.binary.version} - flink-connector-elasticsearch6 + Flink : Connectors : Elasticsearch 6 jar diff --git a/flink-connectors/flink-connector-elasticsearch7/pom.xml b/flink-connectors/flink-connector-elasticsearch7/pom.xml index d0385e5fe43c3..f1b9e8227191f 100644 --- a/flink-connectors/flink-connector-elasticsearch7/pom.xml +++ b/flink-connectors/flink-connector-elasticsearch7/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-elasticsearch7_${scala.binary.version} - flink-connector-elasticsearch7 + Flink : Connectors : Elasticsearch 7 jar diff --git a/flink-connectors/flink-connector-filesystem/pom.xml b/flink-connectors/flink-connector-filesystem/pom.xml index c8398c0076a04..391c6d95f1e06 100644 --- a/flink-connectors/flink-connector-filesystem/pom.xml +++ b/flink-connectors/flink-connector-filesystem/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-filesystem_${scala.binary.version} - flink-connector-filesystem + Flink : Connectors : Filesystem jar diff --git a/flink-connectors/flink-connector-gcp-pubsub/pom.xml b/flink-connectors/flink-connector-gcp-pubsub/pom.xml index 6ee67b8ca7897..83d48e4e71a89 100644 --- a/flink-connectors/flink-connector-gcp-pubsub/pom.xml +++ b/flink-connectors/flink-connector-gcp-pubsub/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-gcp-pubsub_${scala.binary.version} - flink-connector-gcp-pubsub + Flink : Connectors : Google PubSub jar diff --git a/flink-connectors/flink-connector-hbase/pom.xml b/flink-connectors/flink-connector-hbase/pom.xml index d3115b533feb1..39f81e87c70d2 100644 --- a/flink-connectors/flink-connector-hbase/pom.xml +++ b/flink-connectors/flink-connector-hbase/pom.xml @@ -30,7 +30,7 @@ under the License. flink-connector-hbase_${scala.binary.version} - flink-connector-hbase + Flink : Connectors : HBase jar diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml index 1410e6ba01bd9..d4164ed719547 100644 --- a/flink-connectors/flink-connector-hive/pom.xml +++ b/flink-connectors/flink-connector-hive/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-hive_${scala.binary.version} - flink-connector-hive + Flink : Connectors : Hive jar diff --git a/flink-connectors/flink-connector-jdbc/pom.xml b/flink-connectors/flink-connector-jdbc/pom.xml index 3ddf0cddc5c96..ce4bdeb33e7fa 100644 --- a/flink-connectors/flink-connector-jdbc/pom.xml +++ b/flink-connectors/flink-connector-jdbc/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-jdbc_${scala.binary.version} - flink-connector-jdbc + Flink : Connectors : JDBC jar diff --git a/flink-connectors/flink-connector-kafka-0.10/pom.xml b/flink-connectors/flink-connector-kafka-0.10/pom.xml index f9f34c81134a8..111e31b9ed0d7 100644 --- a/flink-connectors/flink-connector-kafka-0.10/pom.xml +++ b/flink-connectors/flink-connector-kafka-0.10/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-kafka-0.10_${scala.binary.version} - flink-connector-kafka-0.10 + Flink : Connectors : Kafka 0.10 jar diff --git a/flink-connectors/flink-connector-kafka-0.11/pom.xml b/flink-connectors/flink-connector-kafka-0.11/pom.xml index c7c3e063102f6..f60401dc45787 100644 --- a/flink-connectors/flink-connector-kafka-0.11/pom.xml +++ b/flink-connectors/flink-connector-kafka-0.11/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-kafka-0.11_${scala.binary.version} - flink-connector-kafka-0.11 + Flink : Connectors : Kafka 0.11 jar diff --git a/flink-connectors/flink-connector-kafka-base/pom.xml b/flink-connectors/flink-connector-kafka-base/pom.xml index f962a42c37541..48bcb07b2358f 100644 --- a/flink-connectors/flink-connector-kafka-base/pom.xml +++ b/flink-connectors/flink-connector-kafka-base/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-kafka-base_${scala.binary.version} - flink-connector-kafka-base + Flink : Connectors : Kafka base jar diff --git a/flink-connectors/flink-connector-kafka/pom.xml b/flink-connectors/flink-connector-kafka/pom.xml index 0fa3e946279c2..4351cec4d1d0c 100644 --- a/flink-connectors/flink-connector-kafka/pom.xml +++ b/flink-connectors/flink-connector-kafka/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-kafka_${scala.binary.version} - flink-connector-kafka + Flink : Connectors : Kafka jar diff --git a/flink-connectors/flink-connector-kinesis/pom.xml b/flink-connectors/flink-connector-kinesis/pom.xml index 9bd47cee7ae30..baa067d9ee941 100644 --- a/flink-connectors/flink-connector-kinesis/pom.xml +++ b/flink-connectors/flink-connector-kinesis/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-kinesis_${scala.binary.version} - flink-connector-kinesis + Flink : Connectors : Kinesis 1.11.754 1.11.2 diff --git a/flink-connectors/flink-connector-nifi/pom.xml b/flink-connectors/flink-connector-nifi/pom.xml index aac16cf027b57..33f9ac693ff78 100644 --- a/flink-connectors/flink-connector-nifi/pom.xml +++ b/flink-connectors/flink-connector-nifi/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-nifi_${scala.binary.version} - flink-connector-nifi + Flink : Connectors : Nifi jar diff --git a/flink-connectors/flink-connector-rabbitmq/pom.xml b/flink-connectors/flink-connector-rabbitmq/pom.xml index a9e3e2ec9c497..d6e4c3fed9db0 100644 --- a/flink-connectors/flink-connector-rabbitmq/pom.xml +++ b/flink-connectors/flink-connector-rabbitmq/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-rabbitmq_${scala.binary.version} - flink-connector-rabbitmq + Flink : Connectors : RabbitMQ jar diff --git a/flink-connectors/flink-connector-twitter/pom.xml b/flink-connectors/flink-connector-twitter/pom.xml index ccf04a3f1c288..66323998be067 100644 --- a/flink-connectors/flink-connector-twitter/pom.xml +++ b/flink-connectors/flink-connector-twitter/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-twitter_${scala.binary.version} - flink-connector-twitter + Flink : Connectors : Twitter jar diff --git a/flink-connectors/flink-hadoop-compatibility/pom.xml b/flink-connectors/flink-hadoop-compatibility/pom.xml index 954e2ec73c56c..fecb7390208fa 100644 --- a/flink-connectors/flink-hadoop-compatibility/pom.xml +++ b/flink-connectors/flink-hadoop-compatibility/pom.xml @@ -30,7 +30,7 @@ under the License. flink-hadoop-compatibility_${scala.binary.version} - flink-hadoop-compatibility + Flink : Connectors : Hadoop compatibility jar diff --git a/flink-connectors/flink-hcatalog/pom.xml b/flink-connectors/flink-hcatalog/pom.xml index 65da00d57421f..b92d7cd6ca8d2 100644 --- a/flink-connectors/flink-hcatalog/pom.xml +++ b/flink-connectors/flink-hcatalog/pom.xml @@ -30,7 +30,7 @@ under the License. flink-hcatalog_${scala.binary.version} - flink-hcatalog + Flink : Connectors : HCatalog jar diff --git a/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml b/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml index 97166ac69e6d6..efd1d3065891d 100644 --- a/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml +++ b/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-elasticsearch6_${scala.binary.version} - flink-sql-connector-elasticsearch6 + Flink : Connectors : SQL : Elasticsearch 6 jar diff --git a/flink-connectors/flink-sql-connector-elasticsearch7/pom.xml b/flink-connectors/flink-sql-connector-elasticsearch7/pom.xml index 0b16546121ab2..0ad181bfe523c 100644 --- a/flink-connectors/flink-sql-connector-elasticsearch7/pom.xml +++ b/flink-connectors/flink-sql-connector-elasticsearch7/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-elasticsearch7_${scala.binary.version} - flink-sql-connector-elasticsearch7 + Flink : Connectors : SQL : Elasticsearch 7 jar diff --git a/flink-connectors/flink-sql-connector-hbase/pom.xml b/flink-connectors/flink-sql-connector-hbase/pom.xml index a8bd2491be599..38b6d772d478e 100644 --- a/flink-connectors/flink-sql-connector-hbase/pom.xml +++ b/flink-connectors/flink-sql-connector-hbase/pom.xml @@ -29,7 +29,7 @@ under the License. 4.0.0 flink-sql-connector-hbase_${scala.binary.version} - flink-sql-connector-hbase + Flink : Connectors : SQL : HBase jar diff --git a/flink-connectors/flink-sql-connector-hive-1.2.2/pom.xml b/flink-connectors/flink-sql-connector-hive-1.2.2/pom.xml index 5cc978be97278..3c9d900535240 100644 --- a/flink-connectors/flink-sql-connector-hive-1.2.2/pom.xml +++ b/flink-connectors/flink-sql-connector-hive-1.2.2/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-hive-1.2.2_${scala.binary.version} - flink-sql-connector-hive-1.2.2 + Flink : Connectors : SQL : Hive 1.2.2 jar diff --git a/flink-connectors/flink-sql-connector-hive-2.2.0/pom.xml b/flink-connectors/flink-sql-connector-hive-2.2.0/pom.xml index 37761035d27de..3088e271377b0 100644 --- a/flink-connectors/flink-sql-connector-hive-2.2.0/pom.xml +++ b/flink-connectors/flink-sql-connector-hive-2.2.0/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-hive-2.2.0_${scala.binary.version} - flink-sql-connector-hive-2.2.0 + Flink : Connectors : SQL : Hive 2.2.0 jar diff --git a/flink-connectors/flink-sql-connector-hive-2.3.6/pom.xml b/flink-connectors/flink-sql-connector-hive-2.3.6/pom.xml index 35f88a5ca17f7..b5b8159a7dcb9 100644 --- a/flink-connectors/flink-sql-connector-hive-2.3.6/pom.xml +++ b/flink-connectors/flink-sql-connector-hive-2.3.6/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-hive-2.3.6_${scala.binary.version} - flink-sql-connector-hive-2.3.6 + Flink : Connectors : SQL : Hive 2.3.6 jar diff --git a/flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml b/flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml index bd1a0d763baa1..1385c2baae40a 100644 --- a/flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml +++ b/flink-connectors/flink-sql-connector-hive-3.1.2/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-hive-3.1.2_${scala.binary.version} - flink-sql-connector-hive-3.1.2 + Flink : Connectors : SQL : Hive 3.1.2 jar diff --git a/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml b/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml index 8a92fa4533164..b1fc06aa5eff9 100644 --- a/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml +++ b/flink-connectors/flink-sql-connector-kafka-0.10/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-kafka-0.10_${scala.binary.version} - flink-sql-connector-kafka-0.10 + Flink : Connectors : SQL : Kafka 0.10 jar diff --git a/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml b/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml index 8b401580963b3..3af8692e9523e 100644 --- a/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml +++ b/flink-connectors/flink-sql-connector-kafka-0.11/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-kafka-0.11_${scala.binary.version} - flink-sql-connector-kafka-0.11 + Flink : Connectors : SQL : Kafka 0.11 jar diff --git a/flink-connectors/flink-sql-connector-kafka/pom.xml b/flink-connectors/flink-sql-connector-kafka/pom.xml index 3e287c181713c..1b9ed64ae2576 100644 --- a/flink-connectors/flink-sql-connector-kafka/pom.xml +++ b/flink-connectors/flink-sql-connector-kafka/pom.xml @@ -31,7 +31,7 @@ under the License. flink-sql-connector-kafka_${scala.binary.version} - flink-sql-connector-kafka + Flink : Connectors : SQL : Kafka jar diff --git a/flink-connectors/pom.xml b/flink-connectors/pom.xml index 196fff4a0c07f..89e8cba5e1387 100644 --- a/flink-connectors/pom.xml +++ b/flink-connectors/pom.xml @@ -32,7 +32,7 @@ under the License. flink-connectors - flink-connectors + Flink : Connectors : pom diff --git a/flink-container/pom.xml b/flink-container/pom.xml index f53fca089266b..24d5dca8ee430 100644 --- a/flink-container/pom.xml +++ b/flink-container/pom.xml @@ -29,7 +29,7 @@ under the License. flink-container_${scala.binary.version} - flink-container + Flink : Container jar diff --git a/flink-contrib/flink-connector-wikiedits/pom.xml b/flink-contrib/flink-connector-wikiedits/pom.xml index a13e98552e78a..6579c49b8f7e2 100644 --- a/flink-contrib/flink-connector-wikiedits/pom.xml +++ b/flink-contrib/flink-connector-wikiedits/pom.xml @@ -30,7 +30,7 @@ under the License. flink-connector-wikiedits_${scala.binary.version} - flink-connector-wikiedits + Flink : Contrib : Connectors : Wikiedits jar diff --git a/flink-contrib/pom.xml b/flink-contrib/pom.xml index d3e5fd4c2022f..f065f5a768263 100644 --- a/flink-contrib/pom.xml +++ b/flink-contrib/pom.xml @@ -32,7 +32,7 @@ under the License. flink-contrib - flink-contrib + Flink : Contrib : pom diff --git a/flink-core/pom.xml b/flink-core/pom.xml index 0e8c10cc93fb1..8ee4996b4b766 100644 --- a/flink-core/pom.xml +++ b/flink-core/pom.xml @@ -30,7 +30,7 @@ under the License. flink-core - flink-core + Flink : Core jar diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index 04385cfb198ac..db1a1ccfb40a7 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -30,7 +30,7 @@ under the License. flink-dist_${scala.binary.version} - flink-dist + Flink : Dist jar diff --git a/flink-docs/pom.xml b/flink-docs/pom.xml index 86a11c31f9c0a..c263b8787fb06 100644 --- a/flink-docs/pom.xml +++ b/flink-docs/pom.xml @@ -30,7 +30,7 @@ under the License. flink-docs - flink-docs + Flink : Docs diff --git a/flink-end-to-end-tests/flink-batch-sql-test/pom.xml b/flink-end-to-end-tests/flink-batch-sql-test/pom.xml index 65f87a44f061e..42c97fc570c72 100644 --- a/flink-end-to-end-tests/flink-batch-sql-test/pom.xml +++ b/flink-end-to-end-tests/flink-batch-sql-test/pom.xml @@ -31,7 +31,7 @@ 4.0.0 flink-batch-sql-test_${scala.binary.version} - flink-batch-sql-test + Flink : E2E Tests : Batch SQL jar diff --git a/flink-end-to-end-tests/flink-bucketing-sink-test/pom.xml b/flink-end-to-end-tests/flink-bucketing-sink-test/pom.xml index d72f006216967..8afd7da600164 100644 --- a/flink-end-to-end-tests/flink-bucketing-sink-test/pom.xml +++ b/flink-end-to-end-tests/flink-bucketing-sink-test/pom.xml @@ -31,7 +31,7 @@ 4.0.0 flink-bucketing-sink-test - flink-bucketing-sink-test + Flink : E2E Tests : Bucketing sink jar diff --git a/flink-end-to-end-tests/flink-cli-test/pom.xml b/flink-end-to-end-tests/flink-cli-test/pom.xml index 319f1b4f53b6b..ea66d20243c2e 100644 --- a/flink-end-to-end-tests/flink-cli-test/pom.xml +++ b/flink-end-to-end-tests/flink-cli-test/pom.xml @@ -31,7 +31,7 @@ 4.0.0 flink-cli-test_${scala.binary.version} - flink-cli-test + Flink : E2E Tests : CLI jar diff --git a/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml b/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml index a143bc5b62540..3ffec78512975 100644 --- a/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml +++ b/flink-end-to-end-tests/flink-confluent-schema-registry/pom.xml @@ -27,6 +27,8 @@ under the License. 4.0.0 flink-confluent-schema-registry + Flink : E2E Tests : Confluent schema registry + UTF-8 4.1.0 diff --git a/flink-end-to-end-tests/flink-connector-gcp-pubsub-emulator-tests/pom.xml b/flink-end-to-end-tests/flink-connector-gcp-pubsub-emulator-tests/pom.xml index 6f6ddd7e0976e..40c355f8b5b06 100644 --- a/flink-end-to-end-tests/flink-connector-gcp-pubsub-emulator-tests/pom.xml +++ b/flink-end-to-end-tests/flink-connector-gcp-pubsub-emulator-tests/pom.xml @@ -31,7 +31,7 @@ under the License. flink-connector-gcp-pubsub-emulator-tests - flink-connector-gcp-pubsub-emulator-tests + Flink : E2E Tests : Connectors : Google PubSub jar diff --git a/flink-end-to-end-tests/flink-dataset-allround-test/pom.xml b/flink-end-to-end-tests/flink-dataset-allround-test/pom.xml index 09eca01d86393..2befb401ee14d 100644 --- a/flink-end-to-end-tests/flink-dataset-allround-test/pom.xml +++ b/flink-end-to-end-tests/flink-dataset-allround-test/pom.xml @@ -30,7 +30,7 @@ under the License. flink-dataset-allround-test - flink-dataset-allround-test + Flink : E2E Tests : Dataset allround jar diff --git a/flink-end-to-end-tests/flink-dataset-fine-grained-recovery-test/pom.xml b/flink-end-to-end-tests/flink-dataset-fine-grained-recovery-test/pom.xml index 1a9e429a797e8..4b53d059ace36 100644 --- a/flink-end-to-end-tests/flink-dataset-fine-grained-recovery-test/pom.xml +++ b/flink-end-to-end-tests/flink-dataset-fine-grained-recovery-test/pom.xml @@ -30,7 +30,7 @@ under the License. flink-dataset-fine-grained-recovery-test - flink-dataset-fine-grained-recovery-test + Flink : E2E Tests : Dataset Fine-grained recovery jar diff --git a/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml b/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml index d7faddd6a87a3..d8fe37dc88c9c 100644 --- a/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml +++ b/flink-end-to-end-tests/flink-datastream-allround-test/pom.xml @@ -30,7 +30,7 @@ under the License. flink-datastream-allround-test - flink-datastream-allround-test + Flink : E2E Tests : Datastream allround jar diff --git a/flink-end-to-end-tests/flink-distributed-cache-via-blob-test/pom.xml b/flink-end-to-end-tests/flink-distributed-cache-via-blob-test/pom.xml index b8af71c74e40a..010ba25f0c6a0 100644 --- a/flink-end-to-end-tests/flink-distributed-cache-via-blob-test/pom.xml +++ b/flink-end-to-end-tests/flink-distributed-cache-via-blob-test/pom.xml @@ -31,7 +31,7 @@ 4.0.0 flink-distributed-cache-via-blob-test_${scala.binary.version} - flink-distributed-cache-via-blob + Flink : E2E Tests : Distributed cache via blob jar diff --git a/flink-end-to-end-tests/flink-elasticsearch5-test/pom.xml b/flink-end-to-end-tests/flink-elasticsearch5-test/pom.xml index 49f6e0b92239c..3cc04a8c0ee6f 100644 --- a/flink-end-to-end-tests/flink-elasticsearch5-test/pom.xml +++ b/flink-end-to-end-tests/flink-elasticsearch5-test/pom.xml @@ -31,7 +31,7 @@ under the License. flink-elasticsearch5-test - flink-elasticsearch5-test + Flink : E2E Tests : Elasticsearch 5 jar diff --git a/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml b/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml index 61c61729005ef..b2d1bc4c18573 100644 --- a/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml +++ b/flink-end-to-end-tests/flink-elasticsearch6-test/pom.xml @@ -31,7 +31,7 @@ under the License. flink-elasticsearch6-test - flink-elasticsearch6-test + Flink : E2E Tests : Elasticsearch 6 jar diff --git a/flink-end-to-end-tests/flink-elasticsearch7-test/pom.xml b/flink-end-to-end-tests/flink-elasticsearch7-test/pom.xml index e1a2306f7f31a..f60bde4b54a12 100644 --- a/flink-end-to-end-tests/flink-elasticsearch7-test/pom.xml +++ b/flink-end-to-end-tests/flink-elasticsearch7-test/pom.xml @@ -31,7 +31,7 @@ under the License. flink-elasticsearch7-test - flink-elasticsearch7-test + Flink : E2E Tests : Elasticsearch 7 jar diff --git a/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml b/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml index 3ffd4a35a4568..f629cd581f015 100644 --- a/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml +++ b/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/pom.xml @@ -28,6 +28,7 @@ under the License. 4.0.0 flink-end-to-end-tests-common-kafka + Flink : E2E Tests : Common Kafka diff --git a/flink-end-to-end-tests/flink-end-to-end-tests-common/pom.xml b/flink-end-to-end-tests/flink-end-to-end-tests-common/pom.xml index 13eda902adbbc..a0f90dbd2b74b 100644 --- a/flink-end-to-end-tests/flink-end-to-end-tests-common/pom.xml +++ b/flink-end-to-end-tests/flink-end-to-end-tests-common/pom.xml @@ -28,6 +28,7 @@ under the License. 4.0.0 flink-end-to-end-tests-common + Flink : E2E Tests : Common diff --git a/flink-end-to-end-tests/flink-end-to-end-tests-hbase/pom.xml b/flink-end-to-end-tests/flink-end-to-end-tests-hbase/pom.xml index 1081c4d23c53f..c2802594e5461 100644 --- a/flink-end-to-end-tests/flink-end-to-end-tests-hbase/pom.xml +++ b/flink-end-to-end-tests/flink-end-to-end-tests-hbase/pom.xml @@ -28,6 +28,7 @@ under the License. 4.0.0 flink-end-to-end-tests-hbase + Flink : E2E Tests : HBase diff --git a/flink-end-to-end-tests/flink-heavy-deployment-stress-test/pom.xml b/flink-end-to-end-tests/flink-heavy-deployment-stress-test/pom.xml index b510a7dbd35ae..f67db976a8985 100644 --- a/flink-end-to-end-tests/flink-heavy-deployment-stress-test/pom.xml +++ b/flink-end-to-end-tests/flink-heavy-deployment-stress-test/pom.xml @@ -30,7 +30,7 @@ under the License. flink-heavy-deployment-stress-test - flink-heavy-deployment-stress-test + Flink : E2E Tests : Heavy deployment jar diff --git a/flink-end-to-end-tests/flink-high-parallelism-iterations-test/pom.xml b/flink-end-to-end-tests/flink-high-parallelism-iterations-test/pom.xml index a57a81145d3bf..160b8a95ca957 100644 --- a/flink-end-to-end-tests/flink-high-parallelism-iterations-test/pom.xml +++ b/flink-end-to-end-tests/flink-high-parallelism-iterations-test/pom.xml @@ -30,7 +30,7 @@ under the License. flink-high-parallelism-iterations-test - flink-high-parallelism-iterations-test + Flink : E2E Tests : High parallelism iterations jar diff --git a/flink-end-to-end-tests/flink-local-recovery-and-allocation-test/pom.xml b/flink-end-to-end-tests/flink-local-recovery-and-allocation-test/pom.xml index 6ce5fdbfaf465..80b2daf12a056 100644 --- a/flink-end-to-end-tests/flink-local-recovery-and-allocation-test/pom.xml +++ b/flink-end-to-end-tests/flink-local-recovery-and-allocation-test/pom.xml @@ -28,7 +28,7 @@ under the License. 4.0.0 flink-local-recovery-and-allocation-test - flink-local-recovery-and-allocation-test + Flink : E2E Tests : Local recovery and allocation jar diff --git a/flink-end-to-end-tests/flink-metrics-availability-test/pom.xml b/flink-end-to-end-tests/flink-metrics-availability-test/pom.xml index b1d8b786f2654..977f062d228b2 100644 --- a/flink-end-to-end-tests/flink-metrics-availability-test/pom.xml +++ b/flink-end-to-end-tests/flink-metrics-availability-test/pom.xml @@ -29,6 +29,7 @@ under the License. 4.0.0 flink-metrics-availability-test + Flink : E2E Tests : Metrics availability diff --git a/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/pom.xml b/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/pom.xml index 0906dc6968a1f..642b36cf39e47 100644 --- a/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/pom.xml +++ b/flink-end-to-end-tests/flink-metrics-reporter-prometheus-test/pom.xml @@ -29,6 +29,7 @@ under the License. 4.0.0 flink-metrics-reporter-prometheus-test + Flink : E2E Tests : Metrics reporter prometheus diff --git a/flink-end-to-end-tests/flink-netty-shuffle-memory-control-test/pom.xml b/flink-end-to-end-tests/flink-netty-shuffle-memory-control-test/pom.xml index ca67529515c77..221ae22321b0e 100644 --- a/flink-end-to-end-tests/flink-netty-shuffle-memory-control-test/pom.xml +++ b/flink-end-to-end-tests/flink-netty-shuffle-memory-control-test/pom.xml @@ -30,7 +30,7 @@ under the License. flink-netty-shuffle-memory-control-test - flink-netty-shuffle-memory-control-test + Flink : E2E Tests : Netty shuffle memory control jar diff --git a/flink-end-to-end-tests/flink-parent-child-classloading-test-lib-package/pom.xml b/flink-end-to-end-tests/flink-parent-child-classloading-test-lib-package/pom.xml index f6ebbc6568ceb..c961fa9ef0dbc 100644 --- a/flink-end-to-end-tests/flink-parent-child-classloading-test-lib-package/pom.xml +++ b/flink-end-to-end-tests/flink-parent-child-classloading-test-lib-package/pom.xml @@ -36,7 +36,7 @@ 4.0.0 flink-parent-child-classloading-test-lib-package_${scala.binary.version} - flink-parent-child-classloading-test-lib-package + Flink : E2E Tests : Parent Child classloading lib-package jar diff --git a/flink-end-to-end-tests/flink-parent-child-classloading-test-program/pom.xml b/flink-end-to-end-tests/flink-parent-child-classloading-test-program/pom.xml index d1d368569d033..b89a1002c83a4 100644 --- a/flink-end-to-end-tests/flink-parent-child-classloading-test-program/pom.xml +++ b/flink-end-to-end-tests/flink-parent-child-classloading-test-program/pom.xml @@ -36,7 +36,7 @@ 4.0.0 flink-parent-child-classloading-test-program_${scala.binary.version} - flink-parent-child-classloading-test-program + Flink : E2E Tests : Parent Child classloading program jar diff --git a/flink-end-to-end-tests/flink-plugins-test/another-dummy-fs/pom.xml b/flink-end-to-end-tests/flink-plugins-test/another-dummy-fs/pom.xml index 5641a4a24caa7..f51067af275bd 100644 --- a/flink-end-to-end-tests/flink-plugins-test/another-dummy-fs/pom.xml +++ b/flink-end-to-end-tests/flink-plugins-test/another-dummy-fs/pom.xml @@ -28,6 +28,7 @@ under the License. 4.0.0 another-dummy-fs + Flink : E2E Tests : Plugins : Another dummy fs jar diff --git a/flink-end-to-end-tests/flink-plugins-test/dummy-fs/pom.xml b/flink-end-to-end-tests/flink-plugins-test/dummy-fs/pom.xml index 9d89d00ffc738..3be3449909224 100644 --- a/flink-end-to-end-tests/flink-plugins-test/dummy-fs/pom.xml +++ b/flink-end-to-end-tests/flink-plugins-test/dummy-fs/pom.xml @@ -28,6 +28,7 @@ under the License. 4.0.0 dummy-fs + Flink : E2E Tests : Plugins : Dummy fs jar diff --git a/flink-end-to-end-tests/flink-plugins-test/pom.xml b/flink-end-to-end-tests/flink-plugins-test/pom.xml index c4116e8802842..6d04904c04b77 100644 --- a/flink-end-to-end-tests/flink-plugins-test/pom.xml +++ b/flink-end-to-end-tests/flink-plugins-test/pom.xml @@ -31,7 +31,7 @@ under the License. pom flink-plugins-test - flink-plugins-test + Flink : E2E Tests : Plugins : dummy-fs @@ -49,4 +49,4 @@ under the License. - \ No newline at end of file + diff --git a/flink-end-to-end-tests/flink-python-test/pom.xml b/flink-end-to-end-tests/flink-python-test/pom.xml index 820596d7bdc9d..3d8510e6f16ab 100644 --- a/flink-end-to-end-tests/flink-python-test/pom.xml +++ b/flink-end-to-end-tests/flink-python-test/pom.xml @@ -28,7 +28,7 @@ 4.0.0 flink-python-test_${scala.binary.version} - flink-python-test + Flink : E2E Tests : Python diff --git a/flink-end-to-end-tests/flink-queryable-state-test/pom.xml b/flink-end-to-end-tests/flink-queryable-state-test/pom.xml index d573682ef6f35..ab072926b9db0 100644 --- a/flink-end-to-end-tests/flink-queryable-state-test/pom.xml +++ b/flink-end-to-end-tests/flink-queryable-state-test/pom.xml @@ -28,7 +28,7 @@ 4.0.0 flink-queryable-state-test_${scala.binary.version} - flink-queryable-state-test + Flink : E2E Tests : Queryable state jar diff --git a/flink-end-to-end-tests/flink-quickstart-test/pom.xml b/flink-end-to-end-tests/flink-quickstart-test/pom.xml index 87dfb3eaef5b6..a284652d46e10 100644 --- a/flink-end-to-end-tests/flink-quickstart-test/pom.xml +++ b/flink-end-to-end-tests/flink-quickstart-test/pom.xml @@ -28,7 +28,7 @@ under the License. 4.0.0 flink-quickstart-test - flink-quickstart-test + Flink : E2E Tests : Quickstart jar diff --git a/flink-end-to-end-tests/flink-rocksdb-state-memory-control-test/pom.xml b/flink-end-to-end-tests/flink-rocksdb-state-memory-control-test/pom.xml index decab54786d47..aa532af61af85 100644 --- a/flink-end-to-end-tests/flink-rocksdb-state-memory-control-test/pom.xml +++ b/flink-end-to-end-tests/flink-rocksdb-state-memory-control-test/pom.xml @@ -29,6 +29,7 @@ under the License. 4.0.0 flink-rocksdb-state-memory-control-test + Flink : E2E Tests : RocksDB state memory control diff --git a/flink-end-to-end-tests/flink-sql-client-test/pom.xml b/flink-end-to-end-tests/flink-sql-client-test/pom.xml index 1356bf4045caf..3514c9ecf41b4 100644 --- a/flink-end-to-end-tests/flink-sql-client-test/pom.xml +++ b/flink-end-to-end-tests/flink-sql-client-test/pom.xml @@ -27,7 +27,7 @@ under the License. 4.0.0 flink-sql-client-test - flink-sql-client-test + Flink : E2E Tests : SQL client jar diff --git a/flink-end-to-end-tests/flink-state-evolution-test/pom.xml b/flink-end-to-end-tests/flink-state-evolution-test/pom.xml index 54f7075b36f38..67e4285f7ae7b 100644 --- a/flink-end-to-end-tests/flink-state-evolution-test/pom.xml +++ b/flink-end-to-end-tests/flink-state-evolution-test/pom.xml @@ -27,7 +27,7 @@ under the License. 4.0.0 flink-state-evolution-test - flink-state-evolution-test + Flink : E2E Tests : State evolution jar diff --git a/flink-end-to-end-tests/flink-stream-sql-test/pom.xml b/flink-end-to-end-tests/flink-stream-sql-test/pom.xml index 0c132df4b6064..5a33bbc15b142 100644 --- a/flink-end-to-end-tests/flink-stream-sql-test/pom.xml +++ b/flink-end-to-end-tests/flink-stream-sql-test/pom.xml @@ -31,7 +31,7 @@ 4.0.0 flink-stream-sql-test_${scala.binary.version} - flink-stream-sql-test + Flink : E2E Tests : Stream SQL jar diff --git a/flink-end-to-end-tests/flink-stream-state-ttl-test/pom.xml b/flink-end-to-end-tests/flink-stream-state-ttl-test/pom.xml index 07a0adc853f71..37fa66f2c02cb 100644 --- a/flink-end-to-end-tests/flink-stream-state-ttl-test/pom.xml +++ b/flink-end-to-end-tests/flink-stream-state-ttl-test/pom.xml @@ -30,7 +30,7 @@ under the License. flink-stream-state-ttl-test - flink-stream-state-ttl-test + Flink : E2E Tests : Stream state TTL jar diff --git a/flink-end-to-end-tests/flink-stream-stateful-job-upgrade-test/pom.xml b/flink-end-to-end-tests/flink-stream-stateful-job-upgrade-test/pom.xml index 5b69d69af9efa..d5d1c8cd9fdb4 100644 --- a/flink-end-to-end-tests/flink-stream-stateful-job-upgrade-test/pom.xml +++ b/flink-end-to-end-tests/flink-stream-stateful-job-upgrade-test/pom.xml @@ -28,7 +28,7 @@ under the License. 4.0.0 flink-stream-stateful-job-upgrade-test - flink-stream-stateful-job-upgrade-test + Flink : E2E Tests : Stream stateful job upgrade jar diff --git a/flink-end-to-end-tests/flink-streaming-file-sink-test/pom.xml b/flink-end-to-end-tests/flink-streaming-file-sink-test/pom.xml index 2d82ed958e9cc..6d309e209272e 100644 --- a/flink-end-to-end-tests/flink-streaming-file-sink-test/pom.xml +++ b/flink-end-to-end-tests/flink-streaming-file-sink-test/pom.xml @@ -28,6 +28,7 @@ under the License. 4.0.0 flink-streaming-file-sink-test + Flink : E2E Tests : Streaming file sink diff --git a/flink-end-to-end-tests/flink-streaming-kafka-test-base/pom.xml b/flink-end-to-end-tests/flink-streaming-kafka-test-base/pom.xml index 599542145dec9..6bd404f1e26ed 100644 --- a/flink-end-to-end-tests/flink-streaming-kafka-test-base/pom.xml +++ b/flink-end-to-end-tests/flink-streaming-kafka-test-base/pom.xml @@ -29,7 +29,7 @@ under the License. 4.0.0 flink-streaming-kafka-test-base_${scala.binary.version} - flink-streaming-kafka-test-base + Flink : E2E Tests : Streaming Kafka base jar diff --git a/flink-end-to-end-tests/flink-streaming-kafka-test/pom.xml b/flink-end-to-end-tests/flink-streaming-kafka-test/pom.xml index e22e95842db52..3f811567cbe6a 100644 --- a/flink-end-to-end-tests/flink-streaming-kafka-test/pom.xml +++ b/flink-end-to-end-tests/flink-streaming-kafka-test/pom.xml @@ -29,7 +29,7 @@ under the License. 4.0.0 flink-streaming-kafka-test_${scala.binary.version} - flink-streaming-kafka-test + Flink : E2E Tests : Streaming Kafka diff --git a/flink-end-to-end-tests/flink-streaming-kafka010-test/pom.xml b/flink-end-to-end-tests/flink-streaming-kafka010-test/pom.xml index 6e9c7031be25f..27a45bb067a05 100644 --- a/flink-end-to-end-tests/flink-streaming-kafka010-test/pom.xml +++ b/flink-end-to-end-tests/flink-streaming-kafka010-test/pom.xml @@ -29,7 +29,7 @@ under the License. 4.0.0 flink-streaming-kafka010-test_${scala.binary.version} - flink-streaming-kafka010-test + Flink : E2E Tests : Streaming Kafka 0.10 diff --git a/flink-end-to-end-tests/flink-streaming-kafka011-test/pom.xml b/flink-end-to-end-tests/flink-streaming-kafka011-test/pom.xml index 5eca839b293ce..8208d41e74d13 100644 --- a/flink-end-to-end-tests/flink-streaming-kafka011-test/pom.xml +++ b/flink-end-to-end-tests/flink-streaming-kafka011-test/pom.xml @@ -29,7 +29,7 @@ under the License. 4.0.0 flink-streaming-kafka011-test_${scala.binary.version} - flink-streaming-kafka011-test + Flink : E2E Tests : Streaming Kafka 0.11 jar diff --git a/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml b/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml index 9a0386bc7c223..777cac434cf35 100644 --- a/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml +++ b/flink-end-to-end-tests/flink-streaming-kinesis-test/pom.xml @@ -29,7 +29,7 @@ under the License. 4.0.0 flink-streaming-kinesis-test_${scala.binary.version} - flink-streaming-kinesis-test + Flink : E2E Tests : Streaming Kinesis jar diff --git a/flink-end-to-end-tests/flink-tpcds-test/pom.xml b/flink-end-to-end-tests/flink-tpcds-test/pom.xml index f16bf4cc8a629..ed1900f9cc61b 100644 --- a/flink-end-to-end-tests/flink-tpcds-test/pom.xml +++ b/flink-end-to-end-tests/flink-tpcds-test/pom.xml @@ -27,6 +27,7 @@ under the License. 4.0.0 flink-tpcds-test + Flink : E2E Tests : TPCDS diff --git a/flink-end-to-end-tests/flink-tpch-test/pom.xml b/flink-end-to-end-tests/flink-tpch-test/pom.xml index 4334a8ae81237..d88482efd3018 100644 --- a/flink-end-to-end-tests/flink-tpch-test/pom.xml +++ b/flink-end-to-end-tests/flink-tpch-test/pom.xml @@ -27,6 +27,7 @@ under the License. 4.0.0 flink-tpch-test + Flink : E2E Tests : TPCH diff --git a/flink-end-to-end-tests/pom.xml b/flink-end-to-end-tests/pom.xml index 36f98d3f2a543..d27210cc6581c 100644 --- a/flink-end-to-end-tests/pom.xml +++ b/flink-end-to-end-tests/pom.xml @@ -32,7 +32,7 @@ under the License. pom flink-end-to-end-tests - flink-end-to-end-tests + Flink : E2E Tests : diff --git a/flink-examples/flink-examples-batch/pom.xml b/flink-examples/flink-examples-batch/pom.xml index 42d2563719919..06c77ec9f61b5 100644 --- a/flink-examples/flink-examples-batch/pom.xml +++ b/flink-examples/flink-examples-batch/pom.xml @@ -29,7 +29,7 @@ under the License. flink-examples-batch_${scala.binary.version} - flink-examples-batch + Flink : Examples : Batch jar diff --git a/flink-examples/flink-examples-build-helper/flink-examples-streaming-gcp-pubsub/pom.xml b/flink-examples/flink-examples-build-helper/flink-examples-streaming-gcp-pubsub/pom.xml index 5659dcb87c176..637801071ccd4 100644 --- a/flink-examples/flink-examples-build-helper/flink-examples-streaming-gcp-pubsub/pom.xml +++ b/flink-examples/flink-examples-build-helper/flink-examples-streaming-gcp-pubsub/pom.xml @@ -29,7 +29,7 @@ under the License. flink-examples-streaming-gcp-pubsub_${scala.binary.version} - flink-examples-streaming-gcp-pubsub + Flink : Examples : Build Helper : Streaming Google PubSub jar diff --git a/flink-examples/flink-examples-build-helper/flink-examples-streaming-state-machine/pom.xml b/flink-examples/flink-examples-build-helper/flink-examples-streaming-state-machine/pom.xml index 4bf35de7f88a1..a936a3985846b 100644 --- a/flink-examples/flink-examples-build-helper/flink-examples-streaming-state-machine/pom.xml +++ b/flink-examples/flink-examples-build-helper/flink-examples-streaming-state-machine/pom.xml @@ -29,7 +29,7 @@ under the License. flink-examples-streaming-state-machine_${scala.binary.version} - flink-examples-streaming-state-machine + Flink : Examples : Build Helper : Streaming State machine jar diff --git a/flink-examples/flink-examples-build-helper/flink-examples-streaming-twitter/pom.xml b/flink-examples/flink-examples-build-helper/flink-examples-streaming-twitter/pom.xml index 21987fddf9cbe..f12889a7aacfe 100644 --- a/flink-examples/flink-examples-build-helper/flink-examples-streaming-twitter/pom.xml +++ b/flink-examples/flink-examples-build-helper/flink-examples-streaming-twitter/pom.xml @@ -29,7 +29,7 @@ under the License. flink-examples-streaming-twitter_${scala.binary.version} - flink-examples-streaming-twitter + Flink : Examples : Build Helper : Streaming Twitter jar diff --git a/flink-examples/flink-examples-build-helper/pom.xml b/flink-examples/flink-examples-build-helper/pom.xml index cf787dcc99c6b..af4200d151f99 100644 --- a/flink-examples/flink-examples-build-helper/pom.xml +++ b/flink-examples/flink-examples-build-helper/pom.xml @@ -29,6 +29,8 @@ under the License. flink-examples-build-helper + Flink : Examples : Build Helper : + pom This is a utility module for building example jars to be used in flink-dist. diff --git a/flink-examples/flink-examples-streaming/pom.xml b/flink-examples/flink-examples-streaming/pom.xml index 0bd841e46b69e..bf62ed0f6ea48 100644 --- a/flink-examples/flink-examples-streaming/pom.xml +++ b/flink-examples/flink-examples-streaming/pom.xml @@ -30,7 +30,7 @@ under the License. flink-examples-streaming_${scala.binary.version} - flink-examples-streaming + Flink : Examples : Streaming jar diff --git a/flink-examples/flink-examples-table/pom.xml b/flink-examples/flink-examples-table/pom.xml index c08fbe7484a94..ee762378e5444 100644 --- a/flink-examples/flink-examples-table/pom.xml +++ b/flink-examples/flink-examples-table/pom.xml @@ -29,7 +29,7 @@ under the License. .. - flink-examples-table + Flink : Examples : Table flink-examples-table_${scala.binary.version} jar diff --git a/flink-examples/pom.xml b/flink-examples/pom.xml index 0f0ed47e0b119..90a19373ba422 100644 --- a/flink-examples/pom.xml +++ b/flink-examples/pom.xml @@ -29,7 +29,7 @@ under the License. flink-examples - flink-examples + Flink : Examples : pom diff --git a/flink-external-resources/flink-external-resource-gpu/pom.xml b/flink-external-resources/flink-external-resource-gpu/pom.xml index 44edb3c50689c..4169e73ee336f 100644 --- a/flink-external-resources/flink-external-resource-gpu/pom.xml +++ b/flink-external-resources/flink-external-resource-gpu/pom.xml @@ -30,7 +30,7 @@ under the License. flink-external-resource-gpu - flink-external-resource-gpu + Flink : External resources : GPU jar diff --git a/flink-external-resources/pom.xml b/flink-external-resources/pom.xml index 36323ca36db2c..9715d2a4361ea 100644 --- a/flink-external-resources/pom.xml +++ b/flink-external-resources/pom.xml @@ -30,7 +30,7 @@ under the License. flink-external-resources - flink-external-resources + Flink : External resources : pom diff --git a/flink-filesystems/flink-azure-fs-hadoop/pom.xml b/flink-filesystems/flink-azure-fs-hadoop/pom.xml index 1b2b7d0feb880..6b783c605e5d1 100644 --- a/flink-filesystems/flink-azure-fs-hadoop/pom.xml +++ b/flink-filesystems/flink-azure-fs-hadoop/pom.xml @@ -28,7 +28,7 @@ under the License. flink-azure-fs-hadoop - flink-azure-fs-hadoop + Flink : FileSystems : Azure FS Hadoop jar diff --git a/flink-filesystems/flink-fs-hadoop-shaded/pom.xml b/flink-filesystems/flink-fs-hadoop-shaded/pom.xml index 006c22ad440d3..c8455faf8da0a 100644 --- a/flink-filesystems/flink-fs-hadoop-shaded/pom.xml +++ b/flink-filesystems/flink-fs-hadoop-shaded/pom.xml @@ -28,7 +28,7 @@ under the License. flink-fs-hadoop-shaded - flink-filesystems :: flink-fs-hadoop-shaded + Flink : FileSystems : Hadoop FS shaded jar diff --git a/flink-filesystems/flink-hadoop-fs/pom.xml b/flink-filesystems/flink-hadoop-fs/pom.xml index 6b7ad53c3bd0b..c8575c1725a2e 100644 --- a/flink-filesystems/flink-hadoop-fs/pom.xml +++ b/flink-filesystems/flink-hadoop-fs/pom.xml @@ -28,7 +28,7 @@ under the License. flink-hadoop-fs - flink-hadoop-fs + Flink : FileSystems : Hadoop FS jar diff --git a/flink-filesystems/flink-mapr-fs/pom.xml b/flink-filesystems/flink-mapr-fs/pom.xml index c9bf9c9830b13..c92a7cb0efa5f 100644 --- a/flink-filesystems/flink-mapr-fs/pom.xml +++ b/flink-filesystems/flink-mapr-fs/pom.xml @@ -28,8 +28,7 @@ under the License. flink-mapr-fs - flink-mapr-fs - + Flink : FileSystems : Mapr FS jar diff --git a/flink-filesystems/flink-oss-fs-hadoop/pom.xml b/flink-filesystems/flink-oss-fs-hadoop/pom.xml index 923f4c9496365..178cb961a9ddb 100644 --- a/flink-filesystems/flink-oss-fs-hadoop/pom.xml +++ b/flink-filesystems/flink-oss-fs-hadoop/pom.xml @@ -26,6 +26,7 @@ under the License. 4.0.0 flink-oss-fs-hadoop + Flink : FileSystems : OSS FS 3.4.1 diff --git a/flink-filesystems/flink-s3-fs-base/pom.xml b/flink-filesystems/flink-s3-fs-base/pom.xml index 395334f17a216..8f03e317bc015 100644 --- a/flink-filesystems/flink-s3-fs-base/pom.xml +++ b/flink-filesystems/flink-s3-fs-base/pom.xml @@ -28,8 +28,7 @@ under the License. flink-s3-fs-base - flink-s3-fs-base - + Flink : FileSystems : S3 FS Base jar diff --git a/flink-filesystems/flink-s3-fs-hadoop/pom.xml b/flink-filesystems/flink-s3-fs-hadoop/pom.xml index e29c70b65a0f6..1cc0f2c060f17 100644 --- a/flink-filesystems/flink-s3-fs-hadoop/pom.xml +++ b/flink-filesystems/flink-s3-fs-hadoop/pom.xml @@ -28,7 +28,7 @@ under the License. flink-s3-fs-hadoop - flink-s3-fs-hadoop + Flink : FileSystems : S3 FS Hadoop jar diff --git a/flink-filesystems/flink-s3-fs-presto/pom.xml b/flink-filesystems/flink-s3-fs-presto/pom.xml index 9df5018ffff7e..1c5efe1ef1e1a 100644 --- a/flink-filesystems/flink-s3-fs-presto/pom.xml +++ b/flink-filesystems/flink-s3-fs-presto/pom.xml @@ -28,7 +28,7 @@ under the License. flink-s3-fs-presto - flink-s3-fs-presto + Flink : FileSystems : S3 FS Presto jar diff --git a/flink-filesystems/flink-swift-fs-hadoop/pom.xml b/flink-filesystems/flink-swift-fs-hadoop/pom.xml index 3aaa36b267745..13bd406b6cd81 100644 --- a/flink-filesystems/flink-swift-fs-hadoop/pom.xml +++ b/flink-filesystems/flink-swift-fs-hadoop/pom.xml @@ -28,7 +28,7 @@ under the License. flink-swift-fs-hadoop - flink-swift-fs-hadoop + Flink : FileSystems : Swift FS Hadoop jar diff --git a/flink-filesystems/pom.xml b/flink-filesystems/pom.xml index 1eab5db77f689..dba68e2564ee0 100644 --- a/flink-filesystems/pom.xml +++ b/flink-filesystems/pom.xml @@ -31,7 +31,7 @@ under the License. flink-filesystems - flink-filesystems + Flink : FileSystems : pom diff --git a/flink-formats/flink-avro-confluent-registry/pom.xml b/flink-formats/flink-avro-confluent-registry/pom.xml index 8e39402d0d10f..89438c27d144d 100644 --- a/flink-formats/flink-avro-confluent-registry/pom.xml +++ b/flink-formats/flink-avro-confluent-registry/pom.xml @@ -29,6 +29,8 @@ under the License. flink-avro-confluent-registry + Flink : Formats : Avro confluent registry + 4.1.0 diff --git a/flink-formats/flink-avro/pom.xml b/flink-formats/flink-avro/pom.xml index cffdc7b79c977..b660b6ce599ae 100644 --- a/flink-formats/flink-avro/pom.xml +++ b/flink-formats/flink-avro/pom.xml @@ -30,7 +30,7 @@ under the License. flink-avro - flink-avro + Flink : Formats : Avro jar diff --git a/flink-formats/flink-compress/pom.xml b/flink-formats/flink-compress/pom.xml index 5d6d51690c6dc..256e245571814 100644 --- a/flink-formats/flink-compress/pom.xml +++ b/flink-formats/flink-compress/pom.xml @@ -30,7 +30,7 @@ under the License. flink-compress - flink-compress + Flink : Formats : Compress jar diff --git a/flink-formats/flink-csv/pom.xml b/flink-formats/flink-csv/pom.xml index 66e59af4ebc15..9d72303ee43ac 100644 --- a/flink-formats/flink-csv/pom.xml +++ b/flink-formats/flink-csv/pom.xml @@ -30,7 +30,7 @@ under the License. flink-csv - flink-csv + Flink : Formats : Csv jar diff --git a/flink-formats/flink-hadoop-bulk/pom.xml b/flink-formats/flink-hadoop-bulk/pom.xml index 9b88c3a8cc576..de9e767639869 100644 --- a/flink-formats/flink-hadoop-bulk/pom.xml +++ b/flink-formats/flink-hadoop-bulk/pom.xml @@ -30,7 +30,7 @@ under the License. flink-hadoop-bulk_${scala.binary.version} - flink-hadoop-bulk + Flink : Formats : Hadoop bulk jar diff --git a/flink-formats/flink-json/pom.xml b/flink-formats/flink-json/pom.xml index 67e2a805885bc..81424eb575206 100644 --- a/flink-formats/flink-json/pom.xml +++ b/flink-formats/flink-json/pom.xml @@ -30,7 +30,7 @@ under the License. flink-json - flink-json + Flink : Formats : Json jar diff --git a/flink-formats/flink-orc-nohive/pom.xml b/flink-formats/flink-orc-nohive/pom.xml index 8075876f65132..54023b24afa41 100644 --- a/flink-formats/flink-orc-nohive/pom.xml +++ b/flink-formats/flink-orc-nohive/pom.xml @@ -30,7 +30,7 @@ under the License. flink-orc-nohive_${scala.binary.version} - flink-orc-nohive + Flink : Formats : Orc nohive jar diff --git a/flink-formats/flink-orc/pom.xml b/flink-formats/flink-orc/pom.xml index b1ec905bc21d0..7e07471e03902 100644 --- a/flink-formats/flink-orc/pom.xml +++ b/flink-formats/flink-orc/pom.xml @@ -30,7 +30,7 @@ under the License. flink-orc_${scala.binary.version} - flink-orc + Flink : Formats : Orc jar diff --git a/flink-formats/flink-parquet/pom.xml b/flink-formats/flink-parquet/pom.xml index 45f9b3aa1b042..07000da0c9946 100644 --- a/flink-formats/flink-parquet/pom.xml +++ b/flink-formats/flink-parquet/pom.xml @@ -30,7 +30,7 @@ under the License. flink-parquet_${scala.binary.version} - flink-parquet + Flink : Formats : Parquet jar diff --git a/flink-formats/flink-sequence-file/pom.xml b/flink-formats/flink-sequence-file/pom.xml index a2e73d13cb82c..20b0b13fd8bc7 100644 --- a/flink-formats/flink-sequence-file/pom.xml +++ b/flink-formats/flink-sequence-file/pom.xml @@ -30,7 +30,7 @@ under the License. flink-sequence-file - flink-sequence-file + Flink : Formats : Sequence file jar diff --git a/flink-formats/flink-sql-orc/pom.xml b/flink-formats/flink-sql-orc/pom.xml index 1eaae93fe4fe5..ce577323e3657 100644 --- a/flink-formats/flink-sql-orc/pom.xml +++ b/flink-formats/flink-sql-orc/pom.xml @@ -30,7 +30,7 @@ under the License. flink-sql-orc_${scala.binary.version} - flink-sql-orc + Flink : Formats : SQL Orc jar diff --git a/flink-formats/flink-sql-parquet/pom.xml b/flink-formats/flink-sql-parquet/pom.xml index dcd66827249fd..22180fe10c7b1 100644 --- a/flink-formats/flink-sql-parquet/pom.xml +++ b/flink-formats/flink-sql-parquet/pom.xml @@ -30,7 +30,7 @@ under the License. flink-sql-parquet_${scala.binary.version} - flink-sql-parquet + Flink : Formats : SQL Parquet jar diff --git a/flink-formats/pom.xml b/flink-formats/pom.xml index 773ee2947b886..3d6699b1a5b3d 100644 --- a/flink-formats/pom.xml +++ b/flink-formats/pom.xml @@ -35,7 +35,7 @@ under the License. flink-formats - flink-formats + Flink : Formats : pom diff --git a/flink-fs-tests/pom.xml b/flink-fs-tests/pom.xml index aa0d20e9e9a99..5d75d7f388345 100644 --- a/flink-fs-tests/pom.xml +++ b/flink-fs-tests/pom.xml @@ -28,7 +28,7 @@ under the License. flink-fs-tests - flink-fs-tests + Flink : FileSystems : Tests jar diff --git a/flink-java/pom.xml b/flink-java/pom.xml index 4b8f6b3b676fb..2dd67060470c9 100644 --- a/flink-java/pom.xml +++ b/flink-java/pom.xml @@ -30,7 +30,7 @@ under the License. flink-java - flink-java + Flink : Java jar diff --git a/flink-kubernetes/pom.xml b/flink-kubernetes/pom.xml index a0cf8c748863f..e58755714278d 100644 --- a/flink-kubernetes/pom.xml +++ b/flink-kubernetes/pom.xml @@ -28,7 +28,7 @@ under the License. flink-kubernetes_${scala.binary.version} - flink-kubernetes + Flink : Kubernetes jar diff --git a/flink-libraries/flink-cep-scala/pom.xml b/flink-libraries/flink-cep-scala/pom.xml index 633e73146bdca..9d0ca47b2b6ba 100644 --- a/flink-libraries/flink-cep-scala/pom.xml +++ b/flink-libraries/flink-cep-scala/pom.xml @@ -31,7 +31,7 @@ under the License. flink-cep-scala_${scala.binary.version} - flink-cep-scala + Flink : Libraries : CEP Scala jar diff --git a/flink-libraries/flink-cep/pom.xml b/flink-libraries/flink-cep/pom.xml index 7ff0cbd9f39ca..b9b1c9288032c 100644 --- a/flink-libraries/flink-cep/pom.xml +++ b/flink-libraries/flink-cep/pom.xml @@ -31,7 +31,7 @@ under the License. flink-cep_${scala.binary.version} - flink-cep + Flink : Libraries : CEP jar diff --git a/flink-libraries/flink-gelly-examples/pom.xml b/flink-libraries/flink-gelly-examples/pom.xml index ef14285b2af09..a59047421ec44 100644 --- a/flink-libraries/flink-gelly-examples/pom.xml +++ b/flink-libraries/flink-gelly-examples/pom.xml @@ -28,7 +28,7 @@ flink-gelly-examples_${scala.binary.version} - flink-gelly-examples + Flink : Libraries : Gelly Examples jar diff --git a/flink-libraries/flink-gelly-scala/pom.xml b/flink-libraries/flink-gelly-scala/pom.xml index 3dc2fa14ebdab..4dbd8b199fede 100644 --- a/flink-libraries/flink-gelly-scala/pom.xml +++ b/flink-libraries/flink-gelly-scala/pom.xml @@ -29,7 +29,7 @@ under the License. 4.0.0 flink-gelly-scala_${scala.binary.version} - flink-gelly-scala + Flink : Libraries : Gelly scala jar diff --git a/flink-libraries/flink-gelly/pom.xml b/flink-libraries/flink-gelly/pom.xml index c009280bdbc5f..1a67374729c1c 100644 --- a/flink-libraries/flink-gelly/pom.xml +++ b/flink-libraries/flink-gelly/pom.xml @@ -30,7 +30,7 @@ under the License. flink-gelly_${scala.binary.version} - flink-gelly + Flink : Libraries : Gelly jar diff --git a/flink-libraries/flink-state-processing-api/pom.xml b/flink-libraries/flink-state-processing-api/pom.xml index cd7844d1bcc6b..708f48c4721bf 100644 --- a/flink-libraries/flink-state-processing-api/pom.xml +++ b/flink-libraries/flink-state-processing-api/pom.xml @@ -31,7 +31,7 @@ under the License. flink-state-processor-api_${scala.binary.version} - flink-state-processor-api + Flink : Libraries : State processor API jar diff --git a/flink-libraries/pom.xml b/flink-libraries/pom.xml index 65f5cd8729089..6d31cb0f6097a 100644 --- a/flink-libraries/pom.xml +++ b/flink-libraries/pom.xml @@ -30,7 +30,7 @@ under the License. flink-libraries - flink-libraries + Flink : Libraries : pom diff --git a/flink-mesos/pom.xml b/flink-mesos/pom.xml index a21a199d3e3cc..38148d0a714ec 100644 --- a/flink-mesos/pom.xml +++ b/flink-mesos/pom.xml @@ -28,7 +28,7 @@ under the License. flink-mesos_${scala.binary.version} - flink-mesos + Flink : Mesos jar diff --git a/flink-metrics/flink-metrics-core/pom.xml b/flink-metrics/flink-metrics-core/pom.xml index 9e7690cf845e3..2e4f0014e45fb 100644 --- a/flink-metrics/flink-metrics-core/pom.xml +++ b/flink-metrics/flink-metrics-core/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-core - flink-metrics-core + Flink : Metrics : Core jar diff --git a/flink-metrics/flink-metrics-datadog/pom.xml b/flink-metrics/flink-metrics-datadog/pom.xml index b520fa7730f20..839a44549cd6c 100644 --- a/flink-metrics/flink-metrics-datadog/pom.xml +++ b/flink-metrics/flink-metrics-datadog/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-datadog - flink-metrics-datadog + Flink : Metrics : Datadog diff --git a/flink-metrics/flink-metrics-dropwizard/pom.xml b/flink-metrics/flink-metrics-dropwizard/pom.xml index 87232cef4cf96..c25a7d9dae425 100644 --- a/flink-metrics/flink-metrics-dropwizard/pom.xml +++ b/flink-metrics/flink-metrics-dropwizard/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-dropwizard - flink-metrics-dropwizard + Flink : Metrics : Dropwizard diff --git a/flink-metrics/flink-metrics-graphite/pom.xml b/flink-metrics/flink-metrics-graphite/pom.xml index bcd78a20a7da4..0e081d8f944f7 100644 --- a/flink-metrics/flink-metrics-graphite/pom.xml +++ b/flink-metrics/flink-metrics-graphite/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-graphite - flink-metrics-graphite + Flink : Metrics : Graphite diff --git a/flink-metrics/flink-metrics-influxdb/pom.xml b/flink-metrics/flink-metrics-influxdb/pom.xml index 1a5137f85de5d..d0004f888d433 100644 --- a/flink-metrics/flink-metrics-influxdb/pom.xml +++ b/flink-metrics/flink-metrics-influxdb/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-influxdb_${scala.binary.version} - flink-metrics-influxdb + Flink : Metrics : InfluxDB diff --git a/flink-metrics/flink-metrics-jmx/pom.xml b/flink-metrics/flink-metrics-jmx/pom.xml index 80dbcafc4cff0..48f642a7643b1 100644 --- a/flink-metrics/flink-metrics-jmx/pom.xml +++ b/flink-metrics/flink-metrics-jmx/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-jmx_${scala.binary.version} - flink-metrics-jmx + Flink : Metrics : JMX diff --git a/flink-metrics/flink-metrics-prometheus/pom.xml b/flink-metrics/flink-metrics-prometheus/pom.xml index df7760e5abf0b..997b6b0b268c3 100644 --- a/flink-metrics/flink-metrics-prometheus/pom.xml +++ b/flink-metrics/flink-metrics-prometheus/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-prometheus_${scala.binary.version} - flink-metrics-prometheus + Flink : Metrics : Prometheus diff --git a/flink-metrics/flink-metrics-slf4j/pom.xml b/flink-metrics/flink-metrics-slf4j/pom.xml index 5c654f2f90ab3..cae4bf1eb7fe5 100644 --- a/flink-metrics/flink-metrics-slf4j/pom.xml +++ b/flink-metrics/flink-metrics-slf4j/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-slf4j - flink-metrics-slf4j + Flink : Metrics : Slf4j diff --git a/flink-metrics/flink-metrics-statsd/pom.xml b/flink-metrics/flink-metrics-statsd/pom.xml index ae8a511ba3329..2fd73afd2f50e 100644 --- a/flink-metrics/flink-metrics-statsd/pom.xml +++ b/flink-metrics/flink-metrics-statsd/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics-statsd - flink-metrics-statsd + Flink : Metrics : StatsD diff --git a/flink-metrics/pom.xml b/flink-metrics/pom.xml index 7b2a21ba2772a..2d4e718343110 100644 --- a/flink-metrics/pom.xml +++ b/flink-metrics/pom.xml @@ -30,7 +30,7 @@ under the License. flink-metrics - flink-metrics + Flink : Metrics : pom diff --git a/flink-ml-parent/flink-ml-api/pom.xml b/flink-ml-parent/flink-ml-api/pom.xml index 9fc33da1ccc8c..7d5ca796ccf64 100644 --- a/flink-ml-parent/flink-ml-api/pom.xml +++ b/flink-ml-parent/flink-ml-api/pom.xml @@ -29,6 +29,7 @@ under the License. flink-ml-api + Flink : ML : API diff --git a/flink-ml-parent/flink-ml-lib/pom.xml b/flink-ml-parent/flink-ml-lib/pom.xml index e7ee20fb89a2f..2dbe98ce05393 100644 --- a/flink-ml-parent/flink-ml-lib/pom.xml +++ b/flink-ml-parent/flink-ml-lib/pom.xml @@ -27,7 +27,7 @@ under the License. flink-ml-lib_${scala.binary.version} - flink-ml-lib + Flink : ML : Lib diff --git a/flink-ml-parent/flink-ml-uber/pom.xml b/flink-ml-parent/flink-ml-uber/pom.xml index ecdf8634610e0..900660e2fd14d 100644 --- a/flink-ml-parent/flink-ml-uber/pom.xml +++ b/flink-ml-parent/flink-ml-uber/pom.xml @@ -27,7 +27,7 @@ under the License. flink-ml-uber_${scala.binary.version} - flink-ml-uber + Flink : ML : Uber This module contains both the api and libraries for writing Flink ML programs. diff --git a/flink-ml-parent/pom.xml b/flink-ml-parent/pom.xml index eb1ac50b53857..9ae9dcff10a91 100644 --- a/flink-ml-parent/pom.xml +++ b/flink-ml-parent/pom.xml @@ -30,6 +30,7 @@ under the License. flink-ml-parent + Flink : ML : pom diff --git a/flink-optimizer/pom.xml b/flink-optimizer/pom.xml index 1000304368e04..79722fd7bbc63 100644 --- a/flink-optimizer/pom.xml +++ b/flink-optimizer/pom.xml @@ -30,7 +30,7 @@ under the License. flink-optimizer_${scala.binary.version} - flink-optimizer + Flink : Optimizer jar diff --git a/flink-python/pom.xml b/flink-python/pom.xml index 0a00017640dd5..145d8a2b0b2cd 100644 --- a/flink-python/pom.xml +++ b/flink-python/pom.xml @@ -30,7 +30,7 @@ under the License. flink-python_${scala.binary.version} - flink-python + Flink : Python jar diff --git a/flink-queryable-state/flink-queryable-state-client-java/pom.xml b/flink-queryable-state/flink-queryable-state-client-java/pom.xml index ed4041b3ae727..6918918f9c04f 100644 --- a/flink-queryable-state/flink-queryable-state-client-java/pom.xml +++ b/flink-queryable-state/flink-queryable-state-client-java/pom.xml @@ -31,7 +31,7 @@ under the License. flink-queryable-state-client-java - flink-queryable-state-client-java + Flink : Queryable state : Client Java jar diff --git a/flink-queryable-state/flink-queryable-state-runtime/pom.xml b/flink-queryable-state/flink-queryable-state-runtime/pom.xml index ff9c884463482..ebca1322ebd4c 100644 --- a/flink-queryable-state/flink-queryable-state-runtime/pom.xml +++ b/flink-queryable-state/flink-queryable-state-runtime/pom.xml @@ -31,7 +31,7 @@ under the License. flink-queryable-state-runtime_${scala.binary.version} - flink-queryable-state-runtime + Flink : Queryable state : Runtime jar diff --git a/flink-queryable-state/pom.xml b/flink-queryable-state/pom.xml index 214c10efc52be..84e6173f9aaf9 100644 --- a/flink-queryable-state/pom.xml +++ b/flink-queryable-state/pom.xml @@ -31,7 +31,7 @@ under the License. flink-queryable-state - flink-queryable-state + Flink : Queryable state : pom diff --git a/flink-quickstart/flink-quickstart-java/pom.xml b/flink-quickstart/flink-quickstart-java/pom.xml index 3c3654e691fd2..549c555bd2db8 100644 --- a/flink-quickstart/flink-quickstart-java/pom.xml +++ b/flink-quickstart/flink-quickstart-java/pom.xml @@ -33,5 +33,6 @@ under the License. flink-quickstart-java maven-archetype + Flink : Quickstart : Java diff --git a/flink-quickstart/flink-quickstart-scala/pom.xml b/flink-quickstart/flink-quickstart-scala/pom.xml index 9d52ad3eb0dac..96a2d02e00c00 100644 --- a/flink-quickstart/flink-quickstart-scala/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/pom.xml @@ -33,5 +33,6 @@ under the License. flink-quickstart-scala maven-archetype + Flink : Quickstart : Scala diff --git a/flink-quickstart/pom.xml b/flink-quickstart/pom.xml index dbb7644dca35b..1df2406e8909c 100644 --- a/flink-quickstart/pom.xml +++ b/flink-quickstart/pom.xml @@ -30,7 +30,7 @@ under the License. flink-quickstart pom - flink-quickstart + Flink : Quickstart : Parent project for different quickstart archetypes for Apache Flink diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml index ef0aee27b4ae8..99edacd9e9e1f 100644 --- a/flink-runtime-web/pom.xml +++ b/flink-runtime-web/pom.xml @@ -30,7 +30,7 @@ under the License. flink-runtime-web_${scala.binary.version} - flink-runtime-web + Flink : Runtime web jar diff --git a/flink-runtime/pom.xml b/flink-runtime/pom.xml index 5cc3a281650bf..e0ebd9e11fa36 100644 --- a/flink-runtime/pom.xml +++ b/flink-runtime/pom.xml @@ -30,7 +30,7 @@ under the License. flink-runtime_${scala.binary.version} - flink-runtime + Flink : Runtime jar diff --git a/flink-scala-shell/pom.xml b/flink-scala-shell/pom.xml index b7dc6426eb2b1..8432f400fb787 100644 --- a/flink-scala-shell/pom.xml +++ b/flink-scala-shell/pom.xml @@ -28,7 +28,7 @@ under the License. flink-scala-shell_${scala.binary.version} - flink-scala-shell + Flink : Scala shell jar diff --git a/flink-scala/pom.xml b/flink-scala/pom.xml index b9b1c338fb6c1..7ebc580596280 100644 --- a/flink-scala/pom.xml +++ b/flink-scala/pom.xml @@ -29,7 +29,7 @@ under the License. flink-scala_${scala.binary.version} - flink-scala + Flink : Scala jar diff --git a/flink-state-backends/flink-statebackend-heap-spillable/pom.xml b/flink-state-backends/flink-statebackend-heap-spillable/pom.xml index 30bb4271295f1..852751acdec84 100644 --- a/flink-state-backends/flink-statebackend-heap-spillable/pom.xml +++ b/flink-state-backends/flink-statebackend-heap-spillable/pom.xml @@ -32,7 +32,7 @@ under the License. flink-statebackend-heap-spillable_${scala.binary.version} - flink-statebackend-heap-spillable + Flink : State backends : Heap spillable jar diff --git a/flink-state-backends/flink-statebackend-rocksdb/pom.xml b/flink-state-backends/flink-statebackend-rocksdb/pom.xml index 69a68eb6b0d88..0ef77a739bdf4 100644 --- a/flink-state-backends/flink-statebackend-rocksdb/pom.xml +++ b/flink-state-backends/flink-statebackend-rocksdb/pom.xml @@ -32,7 +32,7 @@ under the License. flink-statebackend-rocksdb_${scala.binary.version} - flink-statebackend-rocksdb + Flink : State backends : RocksDB jar diff --git a/flink-state-backends/pom.xml b/flink-state-backends/pom.xml index 4e3fa30c6bfbf..ee89fa94dba30 100644 --- a/flink-state-backends/pom.xml +++ b/flink-state-backends/pom.xml @@ -32,7 +32,7 @@ under the License. flink-state-backends - flink-state-backends + Flink : State backends : pom diff --git a/flink-streaming-java/pom.xml b/flink-streaming-java/pom.xml index b9e7a44b90fbd..3ca0587f741e3 100644 --- a/flink-streaming-java/pom.xml +++ b/flink-streaming-java/pom.xml @@ -30,7 +30,7 @@ under the License. flink-streaming-java_${scala.binary.version} - flink-streaming-java + Flink : Streaming Java jar diff --git a/flink-streaming-scala/pom.xml b/flink-streaming-scala/pom.xml index 03d0120fc1e15..fadb3fe081c94 100644 --- a/flink-streaming-scala/pom.xml +++ b/flink-streaming-scala/pom.xml @@ -29,7 +29,7 @@ under the License. flink-streaming-scala_${scala.binary.version} - flink-streaming-scala + Flink : Streaming Scala jar diff --git a/flink-table/flink-sql-client/pom.xml b/flink-table/flink-sql-client/pom.xml index 7536069d05c59..8f4214fa72de4 100644 --- a/flink-table/flink-sql-client/pom.xml +++ b/flink-table/flink-sql-client/pom.xml @@ -28,7 +28,7 @@ under the License. flink-sql-client_${scala.binary.version} - flink-sql-client + Flink : Table : SQL Client This module contains the SQL Client for exploring and submitting SQL programs to Flink. diff --git a/flink-table/flink-sql-parser-hive/pom.xml b/flink-table/flink-sql-parser-hive/pom.xml index 7cb849b88c494..a43c28a63978e 100644 --- a/flink-table/flink-sql-parser-hive/pom.xml +++ b/flink-table/flink-sql-parser-hive/pom.xml @@ -28,7 +28,7 @@ under the License. flink-sql-parser-hive - flink-sql-parser-hive + Flink : Table : SQL Parser Hive jar diff --git a/flink-table/flink-sql-parser/pom.xml b/flink-table/flink-sql-parser/pom.xml index 6b9b9895791f1..50a21ed6e31d8 100644 --- a/flink-table/flink-sql-parser/pom.xml +++ b/flink-table/flink-sql-parser/pom.xml @@ -28,7 +28,7 @@ under the License. flink-sql-parser - flink-sql-parser + Flink : Table : SQL Parser jar diff --git a/flink-table/flink-table-api-java-bridge/pom.xml b/flink-table/flink-table-api-java-bridge/pom.xml index 72810c7dad0ea..a470b71af5edb 100644 --- a/flink-table/flink-table-api-java-bridge/pom.xml +++ b/flink-table/flink-table-api-java-bridge/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-api-java-bridge_${scala.binary.version} - flink-table-api-java-bridge + Flink : Table : API Java bridge This module contains the Table/SQL API for writing table programs that interact with other Flink APIs using the Java programming language. diff --git a/flink-table/flink-table-api-java/pom.xml b/flink-table/flink-table-api-java/pom.xml index 1c88e372ebcb5..e2096fa6912c9 100644 --- a/flink-table/flink-table-api-java/pom.xml +++ b/flink-table/flink-table-api-java/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-api-java - flink-table-api-java + Flink : Table : API Java This module contains the Table/SQL API for writing table programs within the table ecosystem using the Java programming language. diff --git a/flink-table/flink-table-api-scala-bridge/pom.xml b/flink-table/flink-table-api-scala-bridge/pom.xml index 4ac4ef10150cb..95cdf9c298733 100644 --- a/flink-table/flink-table-api-scala-bridge/pom.xml +++ b/flink-table/flink-table-api-scala-bridge/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-api-scala-bridge_${scala.binary.version} - flink-table-api-scala-bridge + Flink : Table : API Scala bridge This module contains the Table/SQL API for writing table programs that interact with other Flink APIs using the Scala programming language. diff --git a/flink-table/flink-table-api-scala/pom.xml b/flink-table/flink-table-api-scala/pom.xml index 7ad610c5f9e61..a8e5edaf42ba6 100644 --- a/flink-table/flink-table-api-scala/pom.xml +++ b/flink-table/flink-table-api-scala/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-api-scala_${scala.binary.version} - flink-table-api-scala + Flink : Table : API Scala This module contains the Table/SQL API for writing table programs within the table ecosystem using the Scala programming language. diff --git a/flink-table/flink-table-common/pom.xml b/flink-table/flink-table-common/pom.xml index fbdffc2a5f4f3..ada1710586eba 100644 --- a/flink-table/flink-table-common/pom.xml +++ b/flink-table/flink-table-common/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-common - flink-table-common + Flink : Table : Common This module contains extension points of the Table/SQL API. It allows for implementing user-defined functions, custom diff --git a/flink-table/flink-table-planner-blink/pom.xml b/flink-table/flink-table-planner-blink/pom.xml index b6977af71fcbc..e38f6b34d5563 100644 --- a/flink-table/flink-table-planner-blink/pom.xml +++ b/flink-table/flink-table-planner-blink/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-planner-blink_${scala.binary.version} - flink-table-planner-blink + Flink : Table : Planner Blink This module bridges Table/SQL API and runtime. It contains all resources that are required during pre-flight and runtime diff --git a/flink-table/flink-table-planner/pom.xml b/flink-table/flink-table-planner/pom.xml index 98a0dd8438cc0..9c58e58589423 100644 --- a/flink-table/flink-table-planner/pom.xml +++ b/flink-table/flink-table-planner/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-planner_${scala.binary.version} - flink-table-planner + Flink : Table : Planner This module bridges Table/SQL API and runtime. It contains all resources that are required during pre-flight and runtime diff --git a/flink-table/flink-table-runtime-blink/pom.xml b/flink-table/flink-table-runtime-blink/pom.xml index cfc066a1b37e1..3404979177364 100644 --- a/flink-table/flink-table-runtime-blink/pom.xml +++ b/flink-table/flink-table-runtime-blink/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-runtime-blink_${scala.binary.version} - flink-table-runtime-blink + Flink : Table : Runtime Blink This module contains classes that are required by a task manager for execution of table programs. The content of this module is work-in-progress. diff --git a/flink-table/flink-table-uber-blink/pom.xml b/flink-table/flink-table-uber-blink/pom.xml index 5156b39c94420..9bc473cff68d9 100644 --- a/flink-table/flink-table-uber-blink/pom.xml +++ b/flink-table/flink-table-uber-blink/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-uber-blink_${scala.binary.version} - flink-table-uber-blink + Flink : Table : Uber Blink This module contains the entire Table/SQL distribution for writing table programs within the table ecosystem or between other Flink APIs. This module uses the Blink planner diff --git a/flink-table/flink-table-uber/pom.xml b/flink-table/flink-table-uber/pom.xml index 3cdbc21c233fc..baf836db1ed6b 100644 --- a/flink-table/flink-table-uber/pom.xml +++ b/flink-table/flink-table-uber/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table-uber_${scala.binary.version} - flink-table-uber + Flink : Table : Uber This module contains the entire Table/SQL distribution for writing table programs within the table ecosystem or between other Flink APIs. Users can either use the diff --git a/flink-table/pom.xml b/flink-table/pom.xml index e127e1ad014b1..01f713cae3277 100644 --- a/flink-table/pom.xml +++ b/flink-table/pom.xml @@ -28,7 +28,7 @@ under the License. flink-table - flink-table + Flink : Table : pom diff --git a/flink-test-utils-parent/flink-test-utils-junit/pom.xml b/flink-test-utils-parent/flink-test-utils-junit/pom.xml index 5c51ce7ec7a49..1c16ab82055fb 100644 --- a/flink-test-utils-parent/flink-test-utils-junit/pom.xml +++ b/flink-test-utils-parent/flink-test-utils-junit/pom.xml @@ -30,7 +30,7 @@ under the License. flink-test-utils-junit - flink-test-utils-junit + Flink : Test utils : Junit jar diff --git a/flink-test-utils-parent/flink-test-utils/pom.xml b/flink-test-utils-parent/flink-test-utils/pom.xml index b1d5a9035be90..3967be1f0e2fb 100644 --- a/flink-test-utils-parent/flink-test-utils/pom.xml +++ b/flink-test-utils-parent/flink-test-utils/pom.xml @@ -30,7 +30,7 @@ under the License. flink-test-utils_${scala.binary.version} - flink-test-utils + Flink : Test utils : Utils jar diff --git a/flink-test-utils-parent/pom.xml b/flink-test-utils-parent/pom.xml index 665884e53ae39..50a5d8dd3fe3a 100644 --- a/flink-test-utils-parent/pom.xml +++ b/flink-test-utils-parent/pom.xml @@ -31,7 +31,7 @@ under the License. flink-test-utils-parent - flink-test-utils-parent + Flink : Test utils : pom diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml index 55ed9932f19fc..ffe66876a713e 100644 --- a/flink-tests/pom.xml +++ b/flink-tests/pom.xml @@ -31,7 +31,7 @@ under the License. flink-tests - flink-tests + Flink : Tests jar diff --git a/flink-walkthroughs/flink-walkthrough-common/pom.xml b/flink-walkthroughs/flink-walkthrough-common/pom.xml index 56b940e4c28b3..c1d3008b3d92f 100644 --- a/flink-walkthroughs/flink-walkthrough-common/pom.xml +++ b/flink-walkthroughs/flink-walkthrough-common/pom.xml @@ -32,7 +32,7 @@ under the License. flink-walkthrough-common_${scala.binary.version} - flink-walkthrough-common + Flink : Walkthrough : Common jar diff --git a/flink-walkthroughs/flink-walkthrough-datastream-java/pom.xml b/flink-walkthroughs/flink-walkthrough-datastream-java/pom.xml index edb728a7e68c9..adbd8ccabbcfb 100644 --- a/flink-walkthroughs/flink-walkthrough-datastream-java/pom.xml +++ b/flink-walkthroughs/flink-walkthrough-datastream-java/pom.xml @@ -33,5 +33,6 @@ under the License. flink-walkthrough-datastream-java maven-archetype + Flink : Walkthrough : Datastream Java diff --git a/flink-walkthroughs/flink-walkthrough-datastream-scala/pom.xml b/flink-walkthroughs/flink-walkthrough-datastream-scala/pom.xml index 5120e4a46eb83..11020f1992486 100644 --- a/flink-walkthroughs/flink-walkthrough-datastream-scala/pom.xml +++ b/flink-walkthroughs/flink-walkthrough-datastream-scala/pom.xml @@ -33,5 +33,6 @@ under the License. flink-walkthrough-datastream-scala maven-archetype + Flink : Walkthrough : Datastream Scala diff --git a/flink-walkthroughs/flink-walkthrough-table-java/pom.xml b/flink-walkthroughs/flink-walkthrough-table-java/pom.xml index f99024fa0837f..e849bf3a46497 100644 --- a/flink-walkthroughs/flink-walkthrough-table-java/pom.xml +++ b/flink-walkthroughs/flink-walkthrough-table-java/pom.xml @@ -33,5 +33,6 @@ under the License. flink-walkthrough-table-java maven-archetype + Flink : Walkthrough : Table Java diff --git a/flink-walkthroughs/flink-walkthrough-table-scala/pom.xml b/flink-walkthroughs/flink-walkthrough-table-scala/pom.xml index 8c152b98ab46d..4c0ebabbc4bc1 100644 --- a/flink-walkthroughs/flink-walkthrough-table-scala/pom.xml +++ b/flink-walkthroughs/flink-walkthrough-table-scala/pom.xml @@ -33,5 +33,6 @@ under the License. flink-walkthrough-table-scala maven-archetype + Flink : Walkthrough : Table Scala diff --git a/flink-walkthroughs/pom.xml b/flink-walkthroughs/pom.xml index 6a2816466f1ba..4850fb98108f3 100644 --- a/flink-walkthroughs/pom.xml +++ b/flink-walkthroughs/pom.xml @@ -30,7 +30,7 @@ under the License. flink-walkthroughs pom - flink-walkthroughs + Flink : Walkthrough : flink-walkthrough-common diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml index 577ebcc79ecf0..496a2f7f6e492 100644 --- a/flink-yarn-tests/pom.xml +++ b/flink-yarn-tests/pom.xml @@ -34,7 +34,7 @@ under the License. --> flink-yarn-tests - flink-yarn-tests + Flink : Yarn Tests jar diff --git a/flink-yarn/pom.xml b/flink-yarn/pom.xml index 316bd81043266..d898bc39ff457 100644 --- a/flink-yarn/pom.xml +++ b/flink-yarn/pom.xml @@ -28,7 +28,7 @@ under the License. flink-yarn_${scala.binary.version} - flink-yarn + Flink : Yarn jar diff --git a/pom.xml b/pom.xml index 357ec5c1d3cb0..703a7689e32ce 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. flink-parent 1.12-SNAPSHOT - flink + Flink : pom https://flink.apache.org 2014 diff --git a/tools/force-shading/pom.xml b/tools/force-shading/pom.xml index 8672280d05b36..c052789ff2f6d 100644 --- a/tools/force-shading/pom.xml +++ b/tools/force-shading/pom.xml @@ -39,6 +39,7 @@ under the License. org.apache.flink force-shading 1.12-SNAPSHOT + Flink : Tools : Force Shading jar