We are using maven. I want to set up infrastructure, so that automatically built artifacts would go to Nexus repository. And then they could be used by developers.
I
Following maven goal arguments for the maven-release-plugin can be used to pass the nexus repository authentication
-Dusername=<> -Dpassword=<>
use with jenkins project, maven command line, for nexus repo authentication