maven添加本地包

it2023-08-03  64

mvn install:install-file -DgroupId=com.xinyartech -DartifactId=easyexcel -Dversion=1.1.1 -Dpackaging=jar -Dfile=/root/shell/easyexcel-1.1.1.jar -Dfile:包的本地真实地址 -DgroupId:pom.xml中groupId -DartifactId:pom.xml中artifactId -Dversion:pom.xml中0.0.1-SNAPSHOT -Dpackaging:jar或war,包的后缀名
最新回复(0)