Tuesday, April 2, 2019

Integrating Maven and Nexus for Continuous Delivery with Jenkins

Maven and Nexus Continuous Delivery Jenkins

This article demonstrates how to integrate Maven with Nexus repositories and deploy snapshot and release artifacts automatically during the build process. It also helps to understand version uptick using Maven. In this article we’ll cover: Creation of a hosted repository for snapshots and releases. Creation of a proxy repository pointing to Maven Central. Creation of […]

The post Integrating Maven and Nexus for Continuous Delivery with Jenkins appeared first on DevOps.com.