What is Sonatype and use cases of Sonatype?

What is Sonatype? Sonatype, previously known for the Nexus platform, is now a broad software supply chain management (SSCM) company with various solutions to secure and optimize…

Read More

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…

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…

Read More

The nexus-webapp service is not installed – The specified service does

scmuser created the topic: The nexus-webapp service is not installed – The specified service does While installing Sonatype nexus in Windows 7, I get following error.. wrapper…

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…

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…

Read More

Inrtroduction of Sonatype Nexus

Sonatype Nexus: Manage Artifacts Sonatype Nexus sets the standard for repository management providing development teams with the ability to proxy remote repositories and share software artifacts. Download…

Read More