maven打本地包方法

使用命令cmd   mvn install:install-file -Dfile="jar包的位置"(参数一) -DgroupId=groupId(参数二) -DartifactId=artifactId(参数三) -Dversion=version(参数四) -Dpackaging=jar 例如: <dependency> <groupId>com.lc</groupId> <
相关文章
相关标签/搜索