Skip to content

Commit 4efbdf6

Browse files
committed
fix
1 parent 244c435 commit 4efbdf6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fluss-lake/fluss-lake-iceberg/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@
322322
<filter>
323323
<artifact>*</artifact>
324324
<excludes>
325-
<exclude>LICENSE*</exclude>
325+
<exclude>LICENSE</exclude>
326+
<exclude>NOTICE</exclude>
326327
</excludes>
327328
</filter>
328329
</filters>

fluss-lake/fluss-lake-lance/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@
212212
<filter>
213213
<artifact>*</artifact>
214214
<excludes>
215-
<exclude>LICENSE</exclude>
216-
<exclude>NOTICE</exclude>
215+
<exclude>LICENSE*</exclude>
217216
</excludes>
218217
</filter>
219218
</filters>

0 commit comments

Comments
 (0)