-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
修复search.maven.org跳转问题 #57
Conversation
修复search.maven.org跳转问题
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
============================================
+ Coverage 45.95% 46.03% +0.07%
- Complexity 556 557 +1
============================================
Files 113 113
Lines 3804 3804
Branches 530 530
============================================
+ Hits 1748 1751 +3
+ Misses 1842 1840 -2
+ Partials 214 213 -1
Continue to review full report at Codecov.
|
@@ -3,7 +3,7 @@ | |||
# Sentinel: Sentinel of Your Application | |||
|
|||
[![Travis Build Status](https://travis-ci.org/alibaba/Sentinel.svg?branch=master)](https://travis-ci.org/alibaba/Sentinel) | |||
[![Maven Central](https://img.shields.io/maven-central/v/com.alibaba.csp/sentinel-core.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.alibaba.csp%22%20a%3A%22sentinel-core%22) | |||
[![Maven Central](https://img.shields.io/maven-central/v/com.alibaba.csp/sentinel-core.svg?label=Maven%20Central)](https://search.maven.org/classic/#search%7Cga%7C1%7Cg%3A%22com.alibaba.csp%22%20a%3A%22sentinel-core%22) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, you may fix with https://search.maven.org/search?q=g:com.alibaba.csp%20AND%20a:sentinel-core instead of the classic one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course,thanks.In fact, I started a project to deal with maven badges.Check it out if you are interested in it.
https://github.com/Ivan97/maven-badges-generator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's great. In fact, search.maven.org can generate Maven Central Badge markdown in the detail page (our badge was generated from there), but there are something wrong in its generated URL.
- Related to #57 Signed-off-by: Eric Zhao <[email protected]>
Related to alibaba#57
…libaba#166, closes alibaba#20, closes alibaba#38, closes alibaba#40, closes alibaba#57, closes alibaba#81, closes alibaba#99, closes alibaba#117
Describe what this PR does / why we need it
search.maven.org更新了搜索API
Does this pull request fix one issue?
Describe how you did it
使用新的搜索API
Describe how to verify it
点击maven-badge图标即可
Special notes for reviews