Start with Nexus Repository
Difference between Maven and Nexus
All 3rd party libraries have been uploaded to Nexus. Maven is using Nexus as a source for libraries.
Install Nexus
Please use this link to install the nexus . Click here
Install the below one
All platforms — Nexus Repository Manager OSS 2.x — bundle.tar.gz
Extract it
Copy both folders to Program Files (x86)
nexus-2.14.4–03,sonatype-work
cd C:\Program Files (x86)\nexus-2.14.4–03\bin\jsw\windows-x86–64\install-nexus.bat
Issues:
Error code 1067 (The process terminated unexpectedly)
Check logs : C:\Program Files (x86)\nexus-2.14.4–03\logs
It says Address already in use. Change the default port which are present in C:\Program Files (x86)\nexus-2.14.4–03\conf\nexus.properties
Start Window Services
http://localhost:8099/nexus/#welcome
Default username/password = admin/admin123