DEV Community

developer-help
developer-help

Posted on

Using maven to publish artifact on Nexus using maven profile

Here is the below link that help in publishing the artifact to nexus repository manager on dev box. This tutorial introduces concept of profile in maven which is very handy to cater multiple releases like snapshot and final release. It also discusses about necessary settings needed to configure maven for using nexus as its repository manager.

Last but not the least every story starts with developer box :). I hope you will enjoy this post.

Top comments (0)