1. Download Nexus
Address: Https://www.sonatype.com/download-oss-sonatype
Download the appropriate version of the ZIP package.
2. Install Nexus
When the download is complete, unzip to any local directory.
Then, add the Bin directory to the environment variable under path:
Perform a Nexus install to mount the Nexus as a Windows service. The Nexus service can be set to start manually and start and exit via Nexus start and Nexus stop.
Open Browser, enter http://localhost:8081/nexus/
In the upper right corner, click Log In, enter the username admin, password admin123 login
3. Nexus Warehouse Configuration
Click on the left repository to view the Nexus's built-in warehouse
Hosted host repository: Primarily used to deploy artifacts that cannot be obtained from public warehouses (such as the JDBC Driver for Oracle) and project artifacts for themselves or third parties;
Proxy Agent Warehouse: Agent of the public remote warehouse;
Virtual Warehouse: Used to fit Maven 1;
Group Warehouse Groups: Nexus manages multiple warehouses with the concept of a warehouse group, so that we request warehouse groups directly in the project to request multiple warehouses managed by the Warehouse group.
MAVEN Nexus Setup (Windows)