Maven把jar文件导入本地库

cmd 键入jar包所在文件夹,然后执行

mvn install:install-file        

-DgroupId=com.google.code.gwt-log         //组群标识ID

-DartifactId=gwt-log          //标识ID

-Dversion=3.1.0               //版本

-Dpackaging=jar              //类型

-Dfile=gwt-log-3.1.0.jar    //jar包名字

你可能感兴趣的:(maven,jar,cmd)