GroupID:包名ArtifactID:项目名将中央仓库中没有的jar包安装到本地仓库mvn install:install-file -DgroupId=包名 -DartifactId=项目名 -Dversion=版本号 -Dpackaging=jar -Dfile=jar文件所在路径