首页 > 其他分享 >MVN 推入中央仓库和本地仓库

MVN 推入中央仓库和本地仓库

时间:2022-11-11 09:23:29浏览次数:42  
标签:DartifactId 仓库 jar install MVN 推入

1.MVN 推入中央仓库

mvn install:install-file

-DgroupId=com.huawei.gauss

-DartifactId=ZenithDriver

-Dversion=1.0.0 -Dpackaging=jar -Dfile=1.jar

-Drepository=D:\Root\workspace\repository\

--settings D:\Root\Workspace\repository\settings.xml

2.MVN推入本地仓库

mvn install:install-file

-Dfile=D:\lib\ent-query-BO-0.0.1-SNAPSHOT.jar
-DgroupId=cn.com.dhcc
-DartifactId=ent-query-BO
-Dversion=0.0.1-SNAPSHOT
-Dpackaging=jar

标签:DartifactId,仓库,jar,install,MVN,推入
From: https://www.cnblogs.com/salixleaf/p/16879526.html

相关文章