Skip to content

Commit a63a23e

Browse files
[AINode] Fix pom.xml of ainode (apache#16375)
1 parent 4429187 commit a63a23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iotdb-core/ainode/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<goal>copy-resources</goal>
169169
</goals>
170170
<configuration>
171-
<outputDirectory>${basedir}/ainode/conf/</outputDirectory>
171+
<outputDirectory>${basedir}/iotdb/ainode/conf/</outputDirectory>
172172
<resources>
173173
<resource>
174174
<directory>${basedir}/resources/</directory>
@@ -193,7 +193,7 @@
193193
</goals>
194194
<configuration>
195195
<generateGitPropertiesFile>true</generateGitPropertiesFile>
196-
<generateGitPropertiesFilename>${project.basedir}/ainode/conf/git.properties</generateGitPropertiesFilename>
196+
<generateGitPropertiesFilename>${project.basedir}/iotdb/ainode/conf/git.properties</generateGitPropertiesFilename>
197197
<includeOnlyProperties>
198198
<includeOnlyProperty>^git.commit.id.abbrev$</includeOnlyProperty>
199199
<includeOnlyProperty>^git.dirty$</includeOnlyProperty>

0 commit comments

Comments
 (0)