We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244c435 commit 4efbdf6Copy full SHA for 4efbdf6
fluss-lake/fluss-lake-iceberg/pom.xml
@@ -322,7 +322,8 @@
322
<filter>
323
<artifact>*</artifact>
324
<excludes>
325
- <exclude>LICENSE*</exclude>
+ <exclude>LICENSE</exclude>
326
+ <exclude>NOTICE</exclude>
327
</excludes>
328
</filter>
329
</filters>
fluss-lake/fluss-lake-lance/pom.xml
@@ -212,8 +212,7 @@
212
213
214
215
- <exclude>LICENSE</exclude>
216
- <exclude>NOTICE</exclude>
+ <exclude>LICENSE*</exclude>
217
218
219
0 commit comments