Skip to content

Commit

Permalink
[MINOR] chore: Copy license files into the maven artifacts (#2234)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
Copy license files into the maven artifacts

### Why are the changes needed?
For release.
https://lists.apache.org/thread/cw0bhrg0gsr8ntxv5l47rlv9629bkdb5

### Does this PR introduce any user-facing change?
No.

### How was this patch tested?
Manual testing

(cherry picked from commit c78b912)
  • Loading branch information
xianjingfeng committed Nov 5, 2024
1 parent d700a14 commit 06cbcef
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 420 deletions.
1 change: 0 additions & 1 deletion client-spark/spark2-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>LICENSE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand Down
202 changes: 0 additions & 202 deletions client-spark/spark2-shaded/src/main/resources/META-INF/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions client-spark/spark2-shaded/src/main/resources/META-INF/NOTICE

This file was deleted.

1 change: 0 additions & 1 deletion client-spark/spark3-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>LICENSE</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand Down
Loading

0 comments on commit 06cbcef

Please sign in to comment.