Infrastructure with maven, Jenkins, Nexus

前端 未结 5 1389
遥遥无期
遥遥无期 2020-12-12 21:16

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

5条回答
  •  粉色の甜心
    2020-12-12 21:45

    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

提交回复
热议问题