-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Standardize Package Links on central.sonatype.com #36637
Standardize Package Links on central.sonatype.com #36637
Conversation
API change check API changes are not detected in this pull request. |
sdk/applicationinsights/microsoft-azure-applicationinsights-query/pom.xml
Outdated
Show resolved
Hide resolved
...stry/src/test/java/com/azure/data/schemaregistry/SchemaRegistryAsyncClientPlaybackTests.java
Outdated
Show resolved
Hide resolved
@@ -166,7 +166,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope | |||
[product_documentation]: https://aka.ms/FarmBeatsProductDocumentationPaaS | |||
[azure_portal]: https://portal.azure.com | |||
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable | |||
[package]: https://mvnrepository.com/artifact/com.azure/azure-verticals-agrifood-farming | |||
[package]: https://central.sonatype.com/search?namespace=com.azure&name=azure-verticals-agrifood-farming |
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.
We should use the overview link instead of the search
link.
This link takes directly to the latest version of the library.
https://central.sonatype.com/artifact/com.azure/azure-verticals-agrifood-farming
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.
Great catch. Let's use this instead
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.
Updated to use the better URL pattern.
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.
Let's use the simpler link, e.g., https://central.sonatype.com/artifact/com.azure/azure-verticals-agrifood-farming
@@ -166,7 +166,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope | |||
[product_documentation]: https://aka.ms/FarmBeatsProductDocumentationPaaS | |||
[azure_portal]: https://portal.azure.com | |||
[jdk_link]: https://docs.microsoft.com/java/azure/jdk/?view=azure-java-stable | |||
[package]: https://mvnrepository.com/artifact/com.azure/azure-verticals-agrifood-farming | |||
[package]: https://central.sonatype.com/search?namespace=com.azure&name=azure-verticals-agrifood-farming |
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.
Great catch. Let's use this instead
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.
LGTM on resourcemanager
Data plane (Track 1) pipelines are failing analyze due to RevApi trying to run which isn't configured for data-plane libraries. Being resolved here: https://github.com/Azure/azure-sdk-for-java/pull/36685/checks?check_run_id=16630213720 Storage CI is failing due to a known issue with test playback. |
/check-enforcer override |
Description
Fixes #36574
Replaces
search.maven.org
andmvnrepository.com
links withcentral.sonatype.com
links.search.maven.org
is being replaced bycentral.sonatype.com
,mvnrepository.com
is being replaced as it's a 3rd party system for presenting Maven package data.All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines