發佈jar包/war包到nexus

1. maven配置文件中添加serverapache

<server>   
        <id>my-nexus</id>   
        <username>admin</username>   
        <password>admin123</password>   
</server>maven

 

2.上傳jar包、war包到nexusurl

 

mvn -s /apache-maven-3.3.9/conf/settings.xml  #指定maven配置文件server

deploy:deploy-filexml

-DgeneratePom=false #上傳war包或者無需檢測依賴的jar包 選擇falseit

-DgroupId=priv.myio

-DartifactId=ab 配置

-Dversion=1.0file

-Dpackaging=war 配置文件

-Dfile=ab.war #jar包、war包配置

-DrepositoryId=my-nexus  #maven配置文件中server-id

-Durl=http://127.0.0.1:8082/repository/thirdparty

相關文章
相關標籤/搜索