Skip to content

Commit f25e5c9

Browse files
committed
[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. ![image](https://user-images.githubusercontent.com/8326978/154938094-87e53b38-5264-4aca-a7e2-269f9bb3c2d1.png) [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 f88c059 [Kent Yao] [INFA] Add homepage for every module in maven cental 684f588 [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>
1 parent 0e6367a commit f25e5c9

File tree

24 files changed

+38
-15
lines changed

24 files changed

+38
-15
lines changed

dev/kyuubi-codecov/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>kyuubi-codecov_2.12</artifactId>
31+
<name>Kyuubi Dev Code Coverage</name>
3132
<packaging>pom</packaging>
32-
<name>Kyuubi Project Dev Code Coverage</name>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<dependency>

dev/kyuubi-extension-spark-3-1/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>kyuubi-extension-spark-3-1_2.12</artifactId>
31+
<name>Kyuubi Dev Spark Extensions (for Spark 3.1)</name>
3132
<packaging>jar</packaging>
32-
<name>Kyuubi Project Dev Spark Extensions (for Spark 3.1)</name>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<dependency>

dev/kyuubi-extension-spark-3-2/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>kyuubi-extension-spark-3-2_2.12</artifactId>
31+
<name>Kyuubi Dev Spark Extensions (for Spark 3.2)</name>
3132
<packaging>jar</packaging>
32-
<name>Kyuubi Project Dev Spark Extensions (for Spark 3.2)</name>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<dependency>

dev/kyuubi-extension-spark-common/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>kyuubi-extension-spark-common_2.12</artifactId>
31+
<name>Kyuubi Dev Spark Extensions Common (for Spark 3)</name>
3132
<packaging>jar</packaging>
32-
<name>Kyuubi Project Dev Spark Extensions Common (for Spark 3)</name>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<dependency>

dev/kyuubi-tpcds/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>kyuubi-tpcds_2.12</artifactId>
31+
<name>Kyuubi Dev TPCDS Generator</name>
3132
<packaging>jar</packaging>
32-
<name>Kyuubi Project Dev TPCDS Generator</name>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<dependency>

externals/kyuubi-download/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
<modelVersion>4.0.0</modelVersion>
2929

3030
<artifactId>kyuubi-download</artifactId>
31-
<packaging>pom</packaging>
3231
<name>Kyuubi Project Download Externals</name>
32+
<packaging>pom</packaging>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<build>
3536
<plugins>

externals/kyuubi-flink-sql-engine/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<artifactId>kyuubi-flink-sql-engine_2.12</artifactId>
3131
<name>Kyuubi Project Engine Flink SQL</name>
3232
<packaging>jar</packaging>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<!-- kyuubi -->

externals/kyuubi-spark-sql-engine/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<artifactId>kyuubi-spark-sql-engine_2.12</artifactId>
3131
<name>Kyuubi Project Engine Spark SQL</name>
3232
<packaging>jar</packaging>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<dependency>

externals/kyuubi-trino-engine/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<artifactId>kyuubi-trino-engine_2.12</artifactId>
3131
<name>Kyuubi Project Engine Trino</name>
3232
<packaging>jar</packaging>
33+
<url>https://kyuubi.apache.org/</url>
3334

3435
<dependencies>
3536
<!-- kyuubi dependency -->

integration-tests/kyuubi-flink-it/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
<artifactId>kyuubi-flink-it_2.12</artifactId>
3131
<name>Kyuubi Test Flink SQL IT</name>
32+
<url>https://kyuubi.apache.org/</url>
3233

3334
<dependencies>
3435

0 commit comments

Comments
 (0)