Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.66 KB

get-started-maven.md

File metadata and controls

45 lines (30 loc) · 1.66 KB
title description ms.service ms.topic ms.assetid ms.date monikerRange
Get started with Maven packages
learn how to publish and download Maven artifacts
azure-devops-artifacts
quickstart
C5112218-DA7E-4016-986D-2D0F70DAFA44
05/06/2022
<= azure-devops

Get started with Maven packages and Azure Artifacts

[!INCLUDE version-lt-eq-azure-devops]

This quickstart will guide you through setting up your Maven project to connect to Azure Artifacts feeds and publish and download your Maven packages.

Prerequisites

Set up authentication

[!INCLUDE ]

Tip

If you are using Maven task, set the mavenAuthenticateFeed argument to true to automatically authenticate with your Maven feed.

Publish artifacts

[!INCLUDE ]

Note

If your organization is using a firewall or a proxy server, make sure you allow Azure Artifacts Domain URLs and IP addresses.

Install artifacts

[!INCLUDE ]

Related articles