

Latest version of Sonatype Nexus needs Java 8 version add-apt-repository ppa:openjdk-r/ppa apt-get update apt-get install openjdk-8-jdk java -version cd /usr/local You get the benefits of having your own 'central', and there is no easier way to collaborate. Internally, you configure your build to publish artifacts to NexusĪnd they then become available to other developers. It makes it easy to distribute your software. It allows you to proxy, collect, and manage your dependencies so that you are not constantly jugglingĪ collection of JARs.

> Nexus is artifact manager, artifact is nothing but when code is build it generates an artifact which can be deployed on targets.
