Skip to content

Commit c751542

Browse files
authored
fix jdbc-srouce.jar include an abs path on feature.xml (apache#16484)
1 parent 5be7be2 commit c751542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iotdb-client/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<build>
9999
<resources>
100100
<resource>
101-
<targetPath>${project.build.directory}/feature</targetPath>
101+
<targetPath>feature</targetPath>
102102
<filtering>true</filtering>
103103
<directory>src/main/feature</directory>
104104
</resource>

0 commit comments

Comments
 (0)