Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INFA] Add homepage for every module in maven central #1949

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dev/kyuubi-codecov/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion dev/kyuubi-extension-spark-3-1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion dev/kyuubi-extension-spark-3-2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion dev/kyuubi-extension-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion dev/kyuubi-tpcds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion externals/kyuubi-download/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions externals/kyuubi-flink-sql-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
1 change: 1 addition & 0 deletions externals/kyuubi-spark-sql-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions externals/kyuubi-trino-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
1 change: 1 addition & 0 deletions integration-tests/kyuubi-flink-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
3 changes: 2 additions & 1 deletion integration-tests/kyuubi-kubernetes-deployment-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion kyuubi-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion kyuubi-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion kyuubi-ctl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion kyuubi-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions kyuubi-hive-beeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions kyuubi-hive-jdbc-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions kyuubi-hive-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
3 changes: 2 additions & 1 deletion kyuubi-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions kyuubi-server-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions kyuubi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions kyuubi-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions tools/spark-block-cleaner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down