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

[GAE-Java] Add necessary configurations in pom.xml to publish GRAPE jdk to maven central repo #2166

Merged
merged 6 commits into from Oct 27, 2022

Conversation

zhanglei1949
Copy link
Collaborator

@zhanglei1949 zhanglei1949 commented Oct 26, 2022

Add some configuration and plugins in pom.xml, so we can publish to maven central repo.

https://issues.sonatype.org/browse/OSSRH-85660

Fixes #2165

@zhanglei1949 zhanglei1949 changed the title [GAE-Java] Add necessary configurations in pom.xml to publish GRAPE jdk [GAE-Java] Add necessary configurations in pom.xml to publish GRAPE jdk to maven central repo Oct 26, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 26, 2022

Codecov Report

Merging #2166 (1c4ba93) into main (2821169) will increase coverage by 32.92%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #2166       +/-   ##
===========================================
+ Coverage   40.01%   72.93%   +32.92%     
===========================================
  Files          87       89        +2     
  Lines        9752     9789       +37     
===========================================
+ Hits         3902     7140     +3238     
+ Misses       5850     2649     -3201     
Impacted Files Coverage Δ
python/graphscope/__init__.py 82.14% <0.00%> (ø)
python/graphscope/version.py 100.00% <0.00%> (ø)
python/graphscope/framework/dag.py 81.63% <0.00%> (+1.02%) ⬆️
python/graphscope/client/utils.py 85.45% <0.00%> (+3.63%) ⬆️
python/graphscope/client/rpc.py 86.25% <0.00%> (+9.16%) ⬆️
python/graphscope/framework/operation.py 87.67% <0.00%> (+10.95%) ⬆️
python/graphscope/client/session.py 76.47% <0.00%> (+11.76%) ⬆️
python/graphscope/framework/graph_schema.py 64.84% <0.00%> (+12.10%) ⬆️
python/graphscope/analytical/app/bfs.py 100.00% <0.00%> (+12.50%) ⬆️
python/graphscope/framework/errors.py 93.65% <0.00%> (+14.28%) ⬆️
... and 39 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2821169...1c4ba93. Read the comment docs.

@zhanglei1949 zhanglei1949 merged commit 49ae814 into alibaba:main Oct 27, 2022
@zhanglei1949 zhanglei1949 deleted the deploy-local branch June 14, 2023 01:11
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.

[GAE-Java] Publish GAE Java SDK to maven central repo
3 participants