maven 用法记录
maven 安装本地 jar 包
mvn install:install-file -Dfile=jar包的位置 -DgroupId=上面的groupId -DartifactId=上面的artifactId -Dv
2016-04-18