I'm following the article to deploy Azure Artifact for managing my maven packages. https://learn.microsoft.com/en-us/azure/devops/artifacts/maven/install?view=azure-devops
I created a new feed and configured the upstream as https://repo.maven.apache.org/maven2/
I connected the feed by updating the repositories and distribution management section and run the MVN deploy command, still the artifact is not updated with the Maven repo required part of my project pom file.
Can someone advice on how to get rid of this issue? Basically im trying to get all maven packages required part of project in Azure artifact.