Skip to content

常用命令

yangyp8110 edited this page Jan 17, 2018 · 1 revision

本地安装jar包

  • 需要先安装maven
mvn install:install-file -Dfile=C:\xxx\xxx.jar -DgroupId=xxxx -DartifactId=xxxx -Dversion=1.0.8 -Dpackaging=jar

说明

  • Dfile jar包的本地路径
  • DgroupId jar包的groupId
  • DartifactId artifactIdartifactId
  • Dversion jar包版本
Clone this wiki locally