About
Nexus is a repository manager.
Historically Nexus Repository Manager started as a repository manager supporting the Maven repository format. They are hosting the default one of Maven
Articles Related
Installation
- Docker to access it at http://localhost:8082/
docker run -d -p 8082:8081 --name nexus sonatype/nexus3
Directory Structure
- CWD: /opt/nexus-3.19.1-01 - install-dir
- TMP: /opt/sonatype-work/nexus3/tmp - data-dir/tmp
Repository Type
- Hosted (Private)
- Proxy (A repository that proxies (and cache) everything you download from another repository)
- Group (A private and proxy repository)