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

Issue 21: maven artifacts publish #22

Open
wants to merge 7 commits into
base: feature-separate-adapters
Choose a base branch
from

Conversation

ravibeta
Copy link
Contributor

Change log description
The purpose of this change is to publish maven artifacts from pravega-storage-adapters repository - one each for the storage adapters in this repository.

Purpose of the change
Fixes: #21

What the code does
It uses a more recent plugin by name maven-publish rather than the older maven plugin which gives us a cleaner syntax and semantics.

How to verify it
These changes are verified using the gradle command './gradle publishToMavenLocal'

Ravi Rajamani added 4 commits August 27, 2020 18:49
    Build steps for docker and dockerPush.
    Dockerfiles with jar addition
Signed-off-by: Ravi Rajamani <[email protected]>
Signed-off-by: Ravi Rajamani <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Sep 11, 2020

Codecov Report

Merging #22 into feature-separate-adapters will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@                     Coverage Diff                      @@
##             feature-separate-adapters      #22   +/-   ##
============================================================
  Coverage                        72.77%   72.77%           
  Complexity                          95       95           
============================================================
  Files                               10       10           
  Lines                              518      518           
  Branches                            47       47           
============================================================
  Hits                               377      377           
  Misses                             102      102           
  Partials                            39       39           

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 914c9c0...71a6d7d. Read the comment docs.

Signed-off-by: Ravi Rajamani <[email protected]>
@@ -0,0 +1,104 @@
/**
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The steps in this file is the same as for other pravega repositories. No changes have been made other naming.

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.

2 participants