This is an automated email from the ASF dual-hosted git repository.
yongzao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new a63a23ee1e8 [AINode] Fix pom.xml of ainode (#16375)
a63a23ee1e8 is described below
commit a63a23ee1e88da7dfb5db7b94ff0ede189a7672e
Author: Zeyu Zhang <[email protected]>
AuthorDate: Thu Sep 11 04:26:10 2025 -0700
[AINode] Fix pom.xml of ainode (#16375)
---
iotdb-core/ainode/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml
index 25f7053145d..63c8f2e3f55 100644
--- a/iotdb-core/ainode/pom.xml
+++ b/iotdb-core/ainode/pom.xml
@@ -168,7 +168,7 @@
<goal>copy-resources</goal>
</goals>
<configuration>
-
<outputDirectory>${basedir}/ainode/conf/</outputDirectory>
+
<outputDirectory>${basedir}/iotdb/ainode/conf/</outputDirectory>
<resources>
<resource>
<directory>${basedir}/resources/</directory>
@@ -193,7 +193,7 @@
</goals>
<configuration>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
-
<generateGitPropertiesFilename>${project.basedir}/ainode/conf/git.properties</generateGitPropertiesFilename>
+
<generateGitPropertiesFilename>${project.basedir}/iotdb/ainode/conf/git.properties</generateGitPropertiesFilename>
<includeOnlyProperties>
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
<includeOnlyProperty>^git.dirty$</includeOnlyProperty>