This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new f634e82abf [CORE] Fix missing build information (#10243)
f634e82abf is described below
commit f634e82abf1762a35c86127da3d5e9135f1c71dc
Author: PHILO-HE <[email protected]>
AuthorDate: Thu Jul 24 18:39:26 2025 +0800
[CORE] Fix missing build information (#10243)
---
package/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/package/pom.xml b/package/pom.xml
index 723f8d8a8a..1c6c858e2c 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -116,6 +116,14 @@
</profiles>
<build>
+ <resources>
+ <resource>
+ <directory>../gluten-core/target/generated-resources/</directory>
+ <includes>
+ <include>gluten-build-info.properties</include>
+ </includes>
+ </resource>
+ </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -210,6 +218,12 @@
<exclude>NOTICE.txt</exclude>
</excludes>
</filter>
+ <filter>
+ <artifact>org.apache.gluten:gluten-core</artifact>
+ <excludes>
+ <exclude>gluten-build-info.properties</exclude>
+ </excludes>
+ </filter>
</filters>
</configuration>
</execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]