Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add thrid-party dependency licenses #2008

Merged
merged 2 commits into from
Nov 8, 2022
Merged

Conversation

simon824
Copy link
Member

@simon824 simon824 commented Nov 7, 2022

refer to #2007
Use mvn license:add-third-party to generate THIRD-PARTY.txt and parsing it to generate LICENSES file , decompress all jar dependencies, and obtain dependent license and notice files

@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Merging #2008 (8165f5e) into master (2fc8869) will decrease coverage by 14.38%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##             master    #2008       +/-   ##
=============================================
- Coverage     68.41%   54.03%   -14.39%     
+ Complexity      677      382      -295     
=============================================
  Files           453      453               
  Lines         39024    39024               
  Branches       5556     5556               
=============================================
- Hits          26700    21088     -5612     
- Misses         9682    15688     +6006     
+ Partials       2642     2248      -394     
Impacted Files Coverage Δ
...du/hugegraph/util/FixedWatchWindowRateLimiter.java 0.00% <0.00%> (-100.00%) ⬇️
...du/hugegraph/backend/store/mysql/MysqlMetrics.java 0.00% <0.00%> (-100.00%) ⬇️
...hugegraph/backend/store/raft/RaftStoreClosure.java 0.00% <0.00%> (-100.00%) ⬇️
...ugegraph/backend/store/memory/InMemoryMetrics.java 0.00% <0.00%> (-100.00%) ⬇️
...egraph/backend/store/mysql/MysqlStoreProvider.java 0.00% <0.00%> (-100.00%) ⬇️
...egraph/backend/store/scylladb/ScyllaDBMetrics.java 0.00% <0.00%> (-100.00%) ⬇️
...graph/backend/store/scylladb/ScyllaDBFeatures.java 0.00% <0.00%> (-100.00%) ⬇️
...raph/backend/store/postgresql/PostgresqlStore.java 0.00% <0.00%> (-100.00%) ⬇️
.../hugegraph/backend/store/raft/StoreSerializer.java 0.00% <0.00%> (-98.42%) ⬇️
...raph/backend/store/postgresql/PostgresqlTable.java 0.00% <0.00%> (-97.11%) ⬇️
... and 168 more

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

@imbajin
Copy link
Member

imbajin commented Nov 7, 2022

could add the maven cmd in comment/commit log to help others handle it

Copy link
Member

@imbajin imbajin left a comment

Choose a reason for hiding this comment

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

seems we also need add these in commons/toolchain repo?

@javeme javeme merged commit 89ebbfd into apache:master Nov 8, 2022
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.

3 participants