Skip to content

GitLab Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
GitLab GitLab
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 38,038
    • Issues 38,038
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1,345
    • Merge requests 1,345
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLabGitLab
  • Issues
  • #5811

Closed
Open
Created Apr 28, 2018 by Joshua Lambert@joshlambertMaintainer6 of 6 tasks completed6/6 tasks

Add Maven support to our Artifact Repository (MVC)

We want to add Maven support to our Artifact repository, to make it easier to work with for Java based projects/developers.

Suggested MVC:

  • HTTP(S) based on GitLab's config (no WebDAV, etc.)
  • Basic authentication
    • Use PAT token or CI Job Token, since our API supports that today
    • Should be able to simply use custom headers to pass authentication like we do today for API authentication
  • Storage
    • Local and Object Storage
  • Single repository with the name maven, no support for SNAPSHOT or specific plugin repos for now
  • Utilize new Repositories API: https://gitlab.com/gitlab-org/gitlab-ee/issues/5838
    • Protocol seems to be simple HTTP(S) access with specific layouts, using GET/PUT's.

TODO:

  • Backend support https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6607
  • Workhorse support gitlab-workhorse!283 (merged)
  • UI support https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6781
  • Enable/disable packages per project https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6977
  • Omnibus support https://gitlab.com/gitlab-org/gitlab-ee/issues/7253
  • Add support for the CI_JOB_TOKEN https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7249

Further improvements

See https://gitlab.com/gitlab-org/gitlab-ee/issues/7678

Edited Sep 20, 2018 by Dmytro Zaporozhets (DZ)
Assignee
Assign to
11.3
Milestone
11.3 (Past due)
Assign milestone
Time tracking