Azure-devops-docs: Instructions for feed authentication are inaccurate - mavenFeedAuthenticate must be enabled

Created on 13 Feb 2019  Â·  2Comments  Â·  Source: MicrosoftDocs/azure-devops-docs

Authentication does NOT happen automatically ! You MUST have 'mavenFeedAuthenticate: true' option set in your Maven task definition inside azure-pipelines.yml. It is 'false' by deafult - check Maven task on GitHub


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Pri2 devops-cictech devopprod doc-bug

Most helpful comment

I agree, this is a lot of extra work for what can be accomplished by adding 'mavenFeedAuthenticate: true' to the default Azure DevOps Pipeline Maven build.

These steps are needed to connect a local Maven install to the Azure DevOps Artifacts Maven feed, but not for pipeline builds.

All 2 comments

I agree, this is a lot of extra work for what can be accomplished by adding 'mavenFeedAuthenticate: true' to the default Azure DevOps Pipeline Maven build.

These steps are needed to connect a local Maven install to the Azure DevOps Artifacts Maven feed, but not for pipeline builds.

@vvoinov Thank you for your feedback. The updated article will go live shortly.

Was this page helpful?
0 / 5 - 0 ratings