idea:

1. 安装第三方jar到我们的本地库中


进入cmd,F:\java_memcached-release_2.6.6>mvn install:install-file -Dfile=java_memcached-release_2.6.6.jar -DgroupId=com.dana -DartifactId=memcached -Dversion=2.6.6 -Dpackaging=jar -DgeneratePom=true

经过上面就万事大吉了么,我们就可以在Eclipse中直接添加这个jar了么??
非也,下面看看第2步:
2.重建maven本地库(Repository)索引index( window->show View->other->Maven->Meven Repositorise点击  OK  然后在视图中 点击local Repositorise右键Rubuild Index)
其实这一步相当于让maven重新对本地的Responsitory中的jar建立索引,以让我们搜索包的时候可以搜索到我们最新安装的jar。

idea要想能从本地maven库搜索到手动添加的jar,可以settings/maven/repositories/点击对应URL的update按钮



eclipse:

windows/show view/maven repositories/Local Repository 右击进行重新建索引
 
 

GitHub 加速计划 / ma / maven
4.38 K
2.68 K
下载
Maven: Apache Maven是一个开源的项目管理和构建工具,主要用于Java项目。适合需要自动化项目构建和依赖管理的开发者。特点包括约定优于配置、易于使用和社区驱动。
最近提交(Master分支:2 个月前 )
12b3dae3 * Add cache for all steps * Pass through the maven.repo.loca.tail property 5 天前
ab7d766c This is just a cleanup of exception usage (by making them checked, fixing compiler issues, and undoing the change). There are at least two bugs (runtime escapes) fixed in this PR. 6 天前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐