[KYUUBI #1949] [INFA] Add homepage for every module in maven central
<!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html 2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'. 3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'. --> ### _Why are the changes needed?_ <!-- Please clarify why the changes are needed. For instance, 1. If you add a feature, you can talk about the use case of it. 2. If you fix a bug, you can clarify why it is a bug. --> Take spark as an example.  [link](https://mvnrepository.com/artifact/org.apache.spark/spark-core_2.13/3.2.1) ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #1949 from yaooqinn/url. Closes #1949 f88c0598 [Kent Yao] [INFA] Add homepage for every module in maven cental 684f588f [Kent Yao] [INFA] Add homepage for every module in maven cental Authored-by: Kent Yao <yao@apache.org> Signed-off-by: Kent Yao <yao@apache.org>
This commit is contained in:
parent
0e6367ad5c
commit
f25e5c93b8
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-codecov_2.12</artifactId>
|
||||
<name>Kyuubi Dev Code Coverage</name>
|
||||
<packaging>pom</packaging>
|
||||
<name>Kyuubi Project Dev Code Coverage</name>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-extension-spark-3-1_2.12</artifactId>
|
||||
<name>Kyuubi Dev Spark Extensions (for Spark 3.1)</name>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project Dev Spark Extensions (for Spark 3.1)</name>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-extension-spark-3-2_2.12</artifactId>
|
||||
<name>Kyuubi Dev Spark Extensions (for Spark 3.2)</name>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project Dev Spark Extensions (for Spark 3.2)</name>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-extension-spark-common_2.12</artifactId>
|
||||
<name>Kyuubi Dev Spark Extensions Common (for Spark 3)</name>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project Dev Spark Extensions Common (for Spark 3)</name>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-tpcds_2.12</artifactId>
|
||||
<name>Kyuubi Dev TPCDS Generator</name>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project Dev TPCDS Generator</name>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
3
externals/kyuubi-download/pom.xml
vendored
3
externals/kyuubi-download/pom.xml
vendored
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-download</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Kyuubi Project Download Externals</name>
|
||||
<packaging>pom</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
1
externals/kyuubi-flink-sql-engine/pom.xml
vendored
1
externals/kyuubi-flink-sql-engine/pom.xml
vendored
@ -30,6 +30,7 @@
|
||||
<artifactId>kyuubi-flink-sql-engine_2.12</artifactId>
|
||||
<name>Kyuubi Project Engine Flink SQL</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<!-- kyuubi -->
|
||||
|
||||
1
externals/kyuubi-spark-sql-engine/pom.xml
vendored
1
externals/kyuubi-spark-sql-engine/pom.xml
vendored
@ -30,6 +30,7 @@
|
||||
<artifactId>kyuubi-spark-sql-engine_2.12</artifactId>
|
||||
<name>Kyuubi Project Engine Spark SQL</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
1
externals/kyuubi-trino-engine/pom.xml
vendored
1
externals/kyuubi-trino-engine/pom.xml
vendored
@ -30,6 +30,7 @@
|
||||
<artifactId>kyuubi-trino-engine_2.12</artifactId>
|
||||
<name>Kyuubi Project Engine Trino</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<!-- kyuubi dependency -->
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
|
||||
<artifactId>kyuubi-flink-it_2.12</artifactId>
|
||||
<name>Kyuubi Test Flink SQL IT</name>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
|
||||
|
||||
@ -25,10 +25,11 @@
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kubernetes-deployment-integration-tests_2.12</artifactId>
|
||||
<name>Kyuubi Test Kubernetes Deployment IT</name>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -24,12 +24,12 @@
|
||||
<groupId>org.apache.kyuubi</groupId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<artifactId>integration-tests</artifactId>
|
||||
<name>Kyuubi Integration Tests</name>
|
||||
<name>Kyuubi Test Integration Tests</name>
|
||||
<packaging>pom</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<modules>
|
||||
<module>kyuubi-flink-it</module>
|
||||
|
||||
@ -29,8 +29,9 @@
|
||||
</parent>
|
||||
|
||||
<artifactId>kyuubi-assembly_2.12</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Kyuubi Project Assembly</name>
|
||||
<packaging>pom</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-common_2.12</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project Common</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-ctl_2.12</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project Control</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -28,8 +28,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-ha_2.12</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project High Availability</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
<artifactId>kyuubi-hive-beeline</artifactId>
|
||||
<name>Kyuubi Project Hive Beeline</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<properties>
|
||||
<jars.target.dir>${project.build.directory}</jars.target.dir>
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
<artifactId>kyuubi-hive-jdbc-shaded</artifactId>
|
||||
<name>Kyuubi Project Hive JDBC Shaded Client</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
<artifactId>kyuubi-hive-jdbc</artifactId>
|
||||
<name>Kyuubi Project Hive JDBC Client</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<properties>
|
||||
<!-- only used in kyuubi-hive-jdbc module -->
|
||||
|
||||
@ -27,8 +27,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>kyuubi-metrics_2.12</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Kyuubi Project Metrics</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
<artifactId>kyuubi-server-plugin</artifactId>
|
||||
<name>Kyuubi Project Server Plugin</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
<artifactId>kyuubi-server_2.12</artifactId>
|
||||
<name>Kyuubi Project Server</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
<artifactId>kyuubi-zookeeper_2.12</artifactId>
|
||||
<name>Kyuubi Project Embedded Zookeeper</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
<artifactId>spark-block-cleaner_2.12</artifactId>
|
||||
<name>Kyuubi Project Spark Block Cleaner</name>
|
||||
<packaging>jar</packaging>
|
||||
<url>https://kyuubi.apache.org/</url>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user