maven打本地包方法

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