Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 1.88 KB

get-started-maven.md

File metadata and controls

62 lines (37 loc) · 1.88 KB

title: Get started with Maven packages description: Quickly start publishing and consuming Maven Artifacts to/from your feed ms.technology: devops-artifacts ms.topic: quickstart ms.assetid: C5112218-DA7E-4016-986D-2D0F70DAFA44 ms.manager: jenp ms.reviewer: dastahel ms.date: 07/22/2020 monikerRange: '>= tfs-2018'

Get started with Maven feeds and Artifacts

Azure DevOps Services | TFS 2018

This quickstart will guide you through setting up Maven to publish and consume Artifacts from your feed.

::: moniker range="tfs-2018"

This guide assumes you've already set up Azure Artifacts. See Start using Azure Artifacts to learn how to license the extension.

Note

Azure Artifacts is an extension that comes pre-installed in TFS 2017 or newer (Maven is only available in 2018 or newer), if it was removed from your organization, you can install it from the Visual studio marketplace.

::: moniker-end

Prerequisites

  1. Apache Maven installed. You can download it from the Apache Maven project.

  2. Have Azure Artifacts installed in your organization.

Create a feed

Already have a feed? Skip to the next step.

[!INCLUDE ]

Set up authentication

[!INCLUDE ]

Publish an artifact

[!INCLUDE ]

Install an artifact from your feed

[!INCLUDE ]

What's next?

Check out the Azure Artifacts landing page to learn about other topics.