There are many software for Maven repository management. Here we will introduce sonatype nexus.
1. Download
: Https://yunpan.cn/cv2JhzwQuvb7B access password 932d
2. Install 2.1 and decompress the downloaded file as follows:
2.2 configure Environment Variables
3. Start 3.1 and run cmd as the Administrator, as shown below:
3.2 check whether startup is successful
Because nexus uses the built-in jetty, the access address is: http: // localhost: 8081/nexus. Press enter. If it appears as follows, the startup is successful:
To experience more functions, Click Log in the upper-right corner. The default user name is admin and the password is admin123.
4. Enable troubleshooting
If running nexus start in cmd fails, perform the following operations:
Find the configuration file in the following path:
Edit the file as follows:
Save and run the Nexus start command again.
Maven repository Management