在cmd中执行:
mvn install:install-file -Dfile=jar包所在路径 -DgroupId=pom.xml中的groupId-DartifactId=pom.xml中的artifactId -Dversion=pom.xml中的version -Dpackaging=jar -DgeneratePom=true
注意:每个 - 前都有空格,没有空格会报错。
在cmd中执行:
mvn install:install-file -Dfile=jar包所在路径 -DgroupId=pom.xml中的groupId-DartifactId=pom.xml中的artifactId -Dversion=pom.xml中的version -Dpackaging=jar -DgeneratePom=true
注意:每个 - 前都有空格,没有空格会报错。