Nexus
admin 8081 Nexus: Nexus (or) Sonatype Nexus Nexus is an Open Source Software, It an Artifactory repo, It can be used to store the build Artifacts & retrieve the build artifacts whenever we required. We can store: Artifacts: Jar, War, Ear Docker: Docker images Node Js: NPM Packages What is difference between GitHub & Nexus? GitHub : We can store Source code. GitHub is a SCM (Source Code Management Tool). Nexus : Nexus is an artifactory repo. It can store your artifacts (Packages). Installation: Nexus 2.X ------------ Nexus 3. X -------------Java 1.8 sudo update-alternatives --config 'java' sudo yum install java-1.8.0-openjdk java -version Yum install java-11-openjdk After extract nexux file. Sonatype-work nexus-version-------------------two directorys created. Creat...