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 javadoc artifact to maven publication #785

Merged
merged 2 commits into from
Feb 6, 2018

Conversation

addisonElliott
Copy link
Contributor

When publishing to maven, the javadocs will be uploaded automatically along with the sources.

Fixes issue:

Note: I was not able to test this yet since I am waiting on my Sonatype account to be accepted. I have a test repository that I will try this with. However, I have been reading articles and I believe this will work.

@codecov
Copy link

codecov bot commented Feb 6, 2018

Codecov Report

Merging #785 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #785   +/-   ##
=========================================
  Coverage     53.34%   53.34%           
  Complexity     1749     1749           
=========================================
  Files           132      132           
  Lines         10267    10267           
  Branches       1426     1426           
=========================================
  Hits           5477     5477           
  Misses         4337     4337           
  Partials        453      453

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 937fc85...8db6cad. Read the comment docs.

@rogerhu
Copy link
Contributor

rogerhu commented Feb 6, 2018

Just run ./gradlew publishToMavenLocal and look in the ~/.m2/repository/com/parse/parse-android dir to see if it's there. Also Sonatype doesn't matter since we upload to Bintray and then sync to Sonatype.

@rogerhu
Copy link
Contributor

rogerhu commented Feb 6, 2018

I see it there now, thanks!

@rogerhu rogerhu merged commit 71d9d9b into parse-community:master Feb 6, 2018
@addisonElliott addisonElliott deleted the publish-javadocs branch February 6, 2018 04:27
bitterbit pushed a commit to bitterbit/Parse-SDK-Android that referenced this pull request Mar 9, 2018
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