Skip to content

Commit 082d307

Browse files
[Improvement][assembly] the chunjun-clients.jar cannot be found after packaging (#1538)
* [Improvement][assembly]the clients package cannot be found after packaging remove only include log4j desc Signed-off-by: 巫林壕@开源AllData数据中台产品负责人 <[email protected]> * [Improvement][assembly] the chunjun-clients.jar cannot be found after packaging --------- Signed-off-by: 巫林壕@开源AllData数据中台产品负责人 <[email protected]>
1 parent 395d33c commit 082d307

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chunjun-assembly/src/main/assembly/assembly.xml

+7
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@
5252
</directory>
5353
<outputDirectory>lib</outputDirectory>
5454
</fileSet>
55+
<fileSet>
56+
<directory>${project.parent.basedir}/chunjun-clients/target</directory>
57+
<outputDirectory>lib</outputDirectory>
58+
<includes>
59+
<include>chunjun-clients.jar</include>
60+
</includes>
61+
</fileSet>
5562
</fileSets>
5663

5764
<dependencySets>

0 commit comments

Comments
 (0)