Skip to content

[#1277] chore: add flatten maven plugin - #1278

Merged
xianjingfeng merged 4 commits into
apache:masterfrom
xianjingfeng:flatten-maven-plugin
Oct 30, 2023
Merged

[#1277] chore: add flatten maven plugin#1278
xianjingfeng merged 4 commits into
apache:masterfrom
xianjingfeng:flatten-maven-plugin

Conversation

@xianjingfeng

Copy link
Copy Markdown
Member

What changes were proposed in this pull request?

add flatten maven plugin

Why are the changes needed?

If we add shaded module for clients, we must add flatten-maven-plugin, or the dependences in not-shaded module will not be included in the shaded jar.
Fix: #1277

Does this PR introduce any user-facing change?

No.

How was this patch tested?

CI

@codecov-commenter

codecov-commenter commented Oct 30, 2023

Copy link
Copy Markdown

Codecov Report

Merging #1278 (2511ec0) into master (931d6cd) will increase coverage by 1.09%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #1278      +/-   ##
============================================
+ Coverage     54.12%   55.22%   +1.09%     
- Complexity     2516     2667     +151     
============================================
  Files           383      376       -7     
  Lines         21618    20697     -921     
  Branches       1841     1971     +130     
============================================
- Hits          11700    11429     -271     
+ Misses         9186     8572     -614     
+ Partials        732      696      -36     

see 37 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@roryqi roryqi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @xianjingfeng

@xianjingfeng
xianjingfeng merged commit 2808d25 into apache:master Oct 30, 2023
@xianjingfeng

Copy link
Copy Markdown
Member Author

Merged. Thanks @jerqi

@xianjingfeng
xianjingfeng deleted the flatten-maven-plugin branch October 30, 2023 08:19
xianjingfeng added a commit that referenced this pull request Oct 31, 2023
### What changes were proposed in this pull request?
add flatten maven plugin

### Why are the changes needed?
If we add shaded module for clients, we must add flatten-maven-plugin, or the dependences in not-shaded module will not be included in the shaded jar.
Fix: #1277

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

### How was this patch tested?
CI

(cherry picked from commit 2808d25)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement] Add flatten-maven-plugin

3 participants