본문 바로가기

보안/study

Sonatype Nexus

 

1. Repository Type

https://help.sonatype.com/en/repository-types.html

 

Repository Types

Sonatype Nexus Repository supports hosted, proxy, and group repositories. The sections below provide information about each of these repository types.A proxy repository is a repository that is linked to another remote repository. When someone requests a co

help.sonatype.com

 

(1) Hosted

- 내부에서 생성되거나 업로드된 아티팩트 관리, 외부저장소 연동x

ex) maven-releases, maven-snapshots, nuget-hosted

 

 

(2) Proxy

- 다른 원격 리포지토리에 연결된 리포지토리

ex) maven-central, nuget.org-proxy

 

 

(3) Group

- 여러 저장소를 하나의 가상 저장소로 묶어 제공하는 용도

- hosted, Proxy 저장소를 함께 포함할 수 있으며, group 저장소를 통해 요청이 들어오면 그룹 내 저장소에서 순차적으로 아티팩트를 찾음