标签:info str bsp 技术分享 artifact ack 导入jar包 xml文件 节点
背景:新入职,maven工程有几个包需要手动导入,自己记录一下导包过程。
一、cmd打开命令行,进入你自己down下来的maven的bin目录下。
二、输入maven的install命令,格式如下:
mvn install:install-file -Dfile=要导入的jar包的路径 -DgroupId=pom.xml文件该节点中groupId项 -DartifactId=pom.xml文件该节点中actifactId项 -Dversion=pom.xml文件该节点中version项 -Dpackaging=jar
导入成功会有如下提示:
导入完成~
标签:info str bsp 技术分享 artifact ack 导入jar包 xml文件 节点
原文地址:https://www.cnblogs.com/hyc-ana/p/9177823.html