Nexus Repository
- maven, gradle에서 사용하는 내부 repository
- 팀, 회사 내부에서 공유되는 라이브러리를 사용할때, maven에는 존재하지 않는 라이브러리를 사용할때 내부에서 구현한후 사용된다
- http://www.sonatype.org/nexus/
- https://help.sonatype.com/repomanager3
Repository Type
- Hosted
- Proxy
Version Policy
- Release
- Snapshot
Gradle에서 nexus repository 설정하기
repositories {
maven { url "http://localhost:8080/nexus/content/groups/public/" }
}
'Programing' 카테고리의 다른 글
Change Data Capture (0) | 2018.12.16 |
---|---|
절자치향 프로그래밍과 객체지향 프로그래밍 (0) | 2018.12.13 |
Blocking, NonBlocking, Synchronous, Asynchronous (0) | 2018.12.07 |
Thread와 Process (0) | 2018.11.29 |
Cache (0) | 2018.11.20 |