From the MS docs: https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/build/maven?view=azure-devops
mavenFeedAuthenticate Authenticate built-in Maven feeds (Required) Automatically authenticate Maven feeds from Azure Artifacts. If built-in Maven feeds are not in use, deselect this option for faster builds. Default value: false Argument aliases: mavenAuthenticateFeed
But everytime I want to use a Maven feeds from Azure Artifacts and I try this by setting mavenFeedAuthenticate to true I always get 401 (Unauthorized).
Could someone please show me the correct usage of this value?