How to configure Sonatype Nexus repository to download maven dependency?
How to configure Sonatype Nexus repository with Maven? Automatic dependencies is one of the powerful feature of Apache maven and its one of the reason Maven is very popular in…
Read more »How to upload the artifacts in Sonatype Nexus using Maven
Step 1 – Install and Configure Nexus Server Step 2 – [Nexus Server] Create a nexus role containing all required access of Nexus. Step 3 – [Nexus Server] Create a…
Read more »How to Install Sonatype Nexus installation using Docker?
Sonatype Nexus Repository Manager 2 Install a Docker Engine Installation Instructions can be found here – http://www.devopsschool.com/tutorial/docker/docker-install-and-configuration.html Download a Sonatype Nexus Image > docker pull sonatype/nexus For Sonatype Nexus Repository…
Read more »Install SonaType SonaType Community Version
Download & Install JDK 1.8 64 bit [code]# cd /opt/</div> <div># wget –no-cookies –no-check-certificate –header “Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie” “http://download.oracle.com/otn-pub/java/jdk/8u66-b17/jdk-8u66-linux-x64.tar.gz”</div> <div># tar xzf jdk-8u66-linux-x64.tar.gz[/code] 32 bit [code]# cd /opt/</div> <div># wget…
Read more »