-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix javadoc linking #4995
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
Fix javadoc linking #4995
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4995 +/- ##
=========================================
Coverage 50.32% 50.32%
Complexity 23668 23668
=========================================
Files 2238 2238
Lines 226059 226059
Branches 24959 24959
=========================================
Hits 113754 113754
Misses 103704 103704
Partials 8601 8601Continue to review full report at Codecov.
|
|
Should we add something to new_client.py for when we generate to add this to the pom.xmls? |
Yeah, I'll add it to the template. |
* Cleanup maven-javadoc-plugin configs * Link proto artifact javadoc to protobuf javadocs * offlineLink from grpc->proto artifact * common protos link * Move common links to the parent * google-cloud client can link to multiple proto/grpc artifact docs * Move protolinks to parent * Configure all grpc->proto artifact offline links * Add offline links for all google-cloud-x clients to the proto/grpc artifacts * Fix dataproc artifact version * Make google-cloud-clients link to google-api-grpc docs * Put groups config back * Put versions variables back * Build the javadoc artifact for release * Add javadoc link config to new_client.py
Fixes maven configs to correctly link javadoc from google-cloud-clients to google-api-grpc classes.