maven 安装本地jar

mvn install:install-file -Dfile=C:\Users\Administrator\Desktop\spring-websocket-5.3.20.jar -DgroupId=org.springframework -DartifactId=spring-websocket -Dversion=5.3.20 -Dpackaging=jar

-Dfile:本地路径

-DgroupId:groupId

artifactId:artifactId

packaging:包类型(jar)

posted @ 2022-08-29 15:35  xiexie0812  阅读(10)  评论(0编辑  收藏  举报