
If you have any issues with the checkout process please feel free to Contact Me with your registered User Name. You will find all your purchased downloads on the My Downloads page

You will then have access to the Cart to add multiple purchases in a single transaction. Please Login or Create an Accountto purchase and download the files. You can download and install this for free to test things out before purchasing the full NKS browser pack. The Free Download Version contains a handful of presets to test how the NKS installation and compatibility will work.


However, unlike other components that may actually change throughout the lifecycle of a project, the Maven Repository Manager is highly unlikely to change, so that flexibility is not required.

The only reason to use the maven-deploy-plugin is to keep open the option of using an alternative to Nexus in the future – for example, an Artifactory repository. Because of that fact, Sonatype built a Nexus specific plugin – the nexus-staging-maven-plugin – that is actually designed to take full advantage of the more advanced functionality that Nexus has to offer – functionality such as staging.Īlthough for a simple deployment process we do not require staging functionality, we will go forward with this custom Nexus plugin since it was built with the clear purpose to talk to Nexus well. The maven-deploy-plugin is a viable option to handle the task of deploying to artifacts of a project to Nexus, but it was not built to take full advantage of what Nexus has to offer. By default, Maven handles the deployment mechanism via the maven-deploy-plugin – this mapped to the deployment phase of the default Maven lifecycle:
