What is code quality? Five software development checks you should be automating

By Stephen Magill on April 05, 2022 How-To

4 minute read time

One of the most tangible ways to improve software is writing and maintaining good source code, but how do you make that part of your process?
Read More...

Custom node module management using private npm registry configured in Sonatype Nexus Repository

By Nipun Thilakshan on June 17, 2020 How-To

18 minute read time

How to configure a private npm registry in Sonatype Nexus Repository, and how to publish and consume custom Node.js modules in your projects.
Read More...

Four Steps to Get Started with Nexus Repository Using New REST APIs

By Sable Yemane on January 10, 2020 How-To

2 minute read time

Nexus Repository Manager supports REST API endpoints for binary management. Use NXRM endpoints to seamlessly integrate with your tools and CI/CD pipeline.
Read More...

Publishing Private NPM Packages to Nexus

By Erik Dietrich on June 12, 2019 How-To

4 minute read time

From DRY principle, sharing code within an organization, and keeping code secure, there are many reasons you may want to publish private NPM packages to Nexus.
Read More...

Setting up a Docker Private Registry with Authentication Using Nexus and Nginx

By Stefan Prodan on March 15, 2017 How-To

6 minute read time

This article shows how you can set up a Docker Private Registry with authentication and SSL using Nexus Repository OSS.
Read More...

The best Maven how-tos from the Sonatype blog

By Brian Fox on July 15, 2011 Nexus Repo Reel

3 minute read time

The best Maven how-tos from the Sonatype blog
Read More...

How to make an executable jar in Maven

By Brian Fox on August 13, 2009 Sonatype Says

1 minute read time

How to make an executable jar in Maven
Read More...

Create a Customized Build Process in Maven

By John Casey on August 05, 2009 advanced maven

14 minute read time

Creating a custom Maven lifecycle mapping for your project's build process isn't that difficult, as long as you know a couple of tricks.
Read More...

How to Make a Plugin That Runs Once During a Build

By Brian Fox on May 22, 2009 Nexus Repo Reel

2 minute read time

With it's default behavior, Maven runs a plugin invocation for each project in a multi-module build.
Read More...