摘要:要想发布maven结构的项目到nexus私服上,可以通过两种方式来,一种是在项目的pom.xml文件里面配置,另一种是通过命令的方式发布到nexus私服上,但是这种方式的前提也得在settings.xml文件配置用户:
一:Maven项目发布的配置方式一:
1、在Maven项目的pom.xml文件里面加入如下配置:
2、在settings.xml中设置访问的权限:
二:Maven项目发布的配置方式二:
1、在settings.xml中设置访问的权限:
2、进入到本地工程的目录:
3、执行如下命令,就能把runqian_report这个工程的pom文件上传到nexus的仓库中,我这里是上传到第三方的仓库中:
mvn deploy:deploy-file -DgroupId=com.runqian -DartifactId=ruanqian_report -Dversion=4.5.0-RELEASE -Dpackaging=pom -Dfile=pom.xml -DrepositoryId=releases -Durl=http://180.9.110.116:8081/nexus/content/repositories/thirdparty/