maven安装第三方jar包到本地仓库

  添加项目依赖的时候,有些jar下载不下来,只有手动下载或安装到本地仓库了post 首先下载所须要的jar,放到指定的文件夹 而后执行以下命令: mvn install:install-file -Dfile=kaptcha-2.3.jar -DgroupId=com.google.code.kaptcha -DartifactId=kaptcha -Dversion=2.3 -Dpacka
相关文章
相关标签/搜索