Help Center/ CodeArts Artifact/ Getting Started/ Uploading Components to Maven Repository
Updated on 2024-11-11 GMT+08:00

Uploading Components to Maven Repository

Developers often need to share some components with other team members during routine development. Self-hosted repos serve as a shared site where components can be stored and uploaded for sharing. This makes it easy for other team members to obtain components from repositories.

This document describes how to upload components to Maven repository, helping you quickly get started. Figure 1 shows the main operation process.

Figure 1 Uploading components to Maven repository

Logging In to CodeArts Artifact Homepage

  1. Log in to the Huawei Cloud console.
  2. Click in the upper left corner of the page and choose Developer Services > CodeArts Artifact from the service list.
  3. Click Access Service. The homepage of CodeArts Artifact is displayed.

Creating a Project and Accessing its Self-Hosted Repos

  1. Click Homepage in the navigation pane.
  2. Click Create Project.
  3. Hover over the Scrum card. Click Select to use this template to create a project.
  4. Set Project Name to Scrum01 and retain the default values for other parameters.
  5. Click OK. The Scrum01 project is displayed.
  6. Click Artifact in the navigation pane to access the Self-hosted Repos of the project.

Creating a Self-Hosted Repo

  1. On the Artifact homepage, click the Repositories tab.
  2. Click Create Repository.
  3. Configure the basic information and click Submit.

    • Repository Type: Local Repository and Virtual Repository. Local Repository is selected by default.
    • Repository Name: Enter a repository name.
    • Package Type: Select Maven.
    • Project: The default value is the current project. You can select another target project from the drop-down list box.
    • Include Patterns: (Optional) Configure a path whitelist for the repository.
    • Version Policy: If both of them are selected, the Maven repository generates two types of repositories: Release and Snapshot. Retain the default values.
    • Description: (Optional) Enter up to 200 characters.

  4. The created Maven repository is displayed in the Repository View.

Uploading Maven Components on the Self-Hosted Repo Page

  1. Go to the Self-hosted Repos in the left pane, and click the target repository.
  2. Click Upload.
  3. In the displayed dialog box, set Upload Mode to POM.
  4. In POM, click Select File and upload components whose name ends with pom.xml or .pom from the local host.
  5. Click Upload.
  6. In the Repository View, click the name of the uploaded software package to view its details.

CodeArts Artifact allows you to upload components either from the page or through CodeArts Build to self-hosted repos. For details, see Using Maven for Build.