杂乱无章Maven笔记On this pageMaven笔记 安装本地jar包 mvn install:install-file -Dfile=jar包在本地磁盘的路径 -Dgroupld=组织名称 -Dartifactld=项目名称 -Dversion=版本号 -Dpackaging=打包方式