This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 86ac39e7 [AURON#1413] Standardize Maven build summary output to align
with Apache formatting standards. (#1414)
86ac39e7 is described below
commit 86ac39e763b4efaa7843494fb12fd47dbaf3c782
Author: slfan1989 <[email protected]>
AuthorDate: Thu Oct 9 18:11:14 2025 +0800
[AURON#1413] Standardize Maven build summary output to align with Apache
formatting standards. (#1414)
---
auron-core/pom.xml | 2 ++
common/pom.xml | 2 ++
dev/mvn-build-helper/assembly/pom.xml | 2 ++
dev/mvn-build-helper/proto/pom.xml | 2 ++
hadoop-shim/pom.xml | 2 ++
pom.xml | 2 +-
spark-extension-shims-spark3/pom.xml | 2 ++
spark-extension/pom.xml | 2 ++
spark-version-annotation-macros/pom.xml | 2 ++
thirdparty/auron-celeborn-0.5/pom.xml | 1 +
thirdparty/auron-celeborn-0.6/pom.xml | 1 +
thirdparty/auron-paimon/pom.xml | 1 +
thirdparty/auron-uniffle/pom.xml | 1 +
13 files changed, 21 insertions(+), 1 deletion(-)
diff --git a/auron-core/pom.xml b/auron-core/pom.xml
index c1fd8053..414553e3 100644
--- a/auron-core/pom.xml
+++ b/auron-core/pom.xml
@@ -27,6 +27,8 @@
<artifactId>auron-core</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Core</name>
+ <description>Apache Auron Core Project</description>
<dependencies>
diff --git a/common/pom.xml b/common/pom.xml
index 03e99576..af9eb3b8 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -27,6 +27,8 @@
<artifactId>auron-common_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Common ${scalaVersion}</name>
+ <description>Apache Auron Common Project</description>
<dependencies>
<dependency>
diff --git a/dev/mvn-build-helper/assembly/pom.xml
b/dev/mvn-build-helper/assembly/pom.xml
index 6c23295b..e34b3f91 100644
--- a/dev/mvn-build-helper/assembly/pom.xml
+++ b/dev/mvn-build-helper/assembly/pom.xml
@@ -26,6 +26,8 @@
</parent>
<artifactId>assembly</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Assembly</name>
+ <description>Apache Auron Assembly Project</description>
<properties>
<auron.shade.packageName>auron</auron.shade.packageName>
diff --git a/dev/mvn-build-helper/proto/pom.xml
b/dev/mvn-build-helper/proto/pom.xml
index 174dd3f0..d6a15c1e 100644
--- a/dev/mvn-build-helper/proto/pom.xml
+++ b/dev/mvn-build-helper/proto/pom.xml
@@ -27,6 +27,8 @@
<artifactId>proto</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Proto</name>
+ <description>Apache Auron Proto Project</description>
<dependencies>
<dependency>
diff --git a/hadoop-shim/pom.xml b/hadoop-shim/pom.xml
index c618d73d..ce4eaee3 100644
--- a/hadoop-shim/pom.xml
+++ b/hadoop-shim/pom.xml
@@ -27,6 +27,8 @@
<artifactId>hadoop-shim_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Hadoop Shim ${scalaVersion}</name>
+ <description>Apache Auron Hadoop Shim Project</description>
<dependencies>
<dependency>
diff --git a/pom.xml b/pom.xml
index ef38072a..6f911bc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<version>${project.version}</version>
<packaging>pom</packaging>
- <name>Auron Parent Pom</name>
+ <name>Apache Auron Parent Pom</name>
<description>Apache Auron (incubating)</description>
<url>https://github.com/apache/auron.git</url>
diff --git a/spark-extension-shims-spark3/pom.xml
b/spark-extension-shims-spark3/pom.xml
index f12bf8a5..f230eb8b 100644
--- a/spark-extension-shims-spark3/pom.xml
+++ b/spark-extension-shims-spark3/pom.xml
@@ -27,6 +27,8 @@
<artifactId>spark-extension-shims-spark3_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Spark Extension Shims Spark3_${scalaVersion}</name>
+ <description>Apache Auron Spark Extension Shims Project</description>
<dependencies>
<dependency>
diff --git a/spark-extension/pom.xml b/spark-extension/pom.xml
index 804d984a..55311428 100644
--- a/spark-extension/pom.xml
+++ b/spark-extension/pom.xml
@@ -27,6 +27,8 @@
<artifactId>spark-extension_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Spark Extension ${scalaVersion}</name>
+ <description>Apache Auron Spark Extension Project</description>
<dependencies>
<dependency>
diff --git a/spark-version-annotation-macros/pom.xml
b/spark-version-annotation-macros/pom.xml
index e634d043..7f13daa0 100644
--- a/spark-version-annotation-macros/pom.xml
+++ b/spark-version-annotation-macros/pom.xml
@@ -27,6 +27,8 @@
<artifactId>spark-version-annotation-macros_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Spark Version Annotation Macros ${scalaVersion}</name>
+ <description>Apache Auron Spark Version Annotation Macros
Project</description>
<dependencies>
<dependency>
diff --git a/thirdparty/auron-celeborn-0.5/pom.xml
b/thirdparty/auron-celeborn-0.5/pom.xml
index eadcbf4b..d29bd0bf 100644
--- a/thirdparty/auron-celeborn-0.5/pom.xml
+++ b/thirdparty/auron-celeborn-0.5/pom.xml
@@ -27,6 +27,7 @@
<artifactId>auron-celeborn_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Celeborn 0.5 ${scalaVersion}</name>
<dependencies>
<dependency>
diff --git a/thirdparty/auron-celeborn-0.6/pom.xml
b/thirdparty/auron-celeborn-0.6/pom.xml
index eadcbf4b..1dc21dba 100644
--- a/thirdparty/auron-celeborn-0.6/pom.xml
+++ b/thirdparty/auron-celeborn-0.6/pom.xml
@@ -27,6 +27,7 @@
<artifactId>auron-celeborn_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Celeborn 0.6 ${scalaVersion}</name>
<dependencies>
<dependency>
diff --git a/thirdparty/auron-paimon/pom.xml b/thirdparty/auron-paimon/pom.xml
index 77bf6e7f..2f93a035 100644
--- a/thirdparty/auron-paimon/pom.xml
+++ b/thirdparty/auron-paimon/pom.xml
@@ -27,6 +27,7 @@
<artifactId>auron-paimon_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Paimon ${paimonVersion} ${scalaVersion}</name>
<dependencies>
<dependency>
diff --git a/thirdparty/auron-uniffle/pom.xml b/thirdparty/auron-uniffle/pom.xml
index e41df28c..04d00666 100644
--- a/thirdparty/auron-uniffle/pom.xml
+++ b/thirdparty/auron-uniffle/pom.xml
@@ -27,6 +27,7 @@
<artifactId>auron-uniffle_${scalaVersion}</artifactId>
<packaging>jar</packaging>
+ <name>Apache Auron Uniffle ${uniffleVersion} ${scalaVersion}</name>
<dependencies>
<dependency>