Maven 安装 JAR 包的命令是:
mvn install:install-file -Dfile=本地jar包的位置
-DgroupId=groupId
-DartifactId=artifactId
-Dversion=version
-Dpackaging=jar