eclipse 缺少maven-plugin-api的jar包怎么添加

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse 缺少maven-plugin-api的jar包怎么添加相关的知识,希望对你有一定的参考价值。

你的eclipse有没有装maven,如果没有:
1、下载Eclipse,解压缩即可
2、下载Maven,解压缩
(1)修改settings.xml的<localRepository>
<localRepository>D:\\Documents\\01MyData\\04DevLib\\maven\\repository</localRepository>
(2)修改settings.xml的<mirrors>(可能在不同的网络环境下可以使用的mirror不同)
<mirror>
<id>ibiblio</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://mirrors.ibiblio.org/maven2/</url>
</mirror>
<mirror>?
<id>jboss-public-repository-group</id>?
<mirrorOf>central</mirrorOf>?
<name>JBoss Public Repository Group</name>?
<url>http://repository.jboss.org/nexus/content/groups/public</url>?
</mirror>
(2)将settings.xml复制到D:\\Documents\\01MyData\\04DevLib\\maven\\repository下
3、如果不是jee版本的Eclipse,则需要在Eclipse中装m2eclipse插件
Help->Install New Software ... ->Add,在Location中输入http://download.eclipse.org/technology/m2e/releases
4、Maven的配置
Window-->Preferences->Maven->Installations->Add,增加刚才解压缩的Maven
Window-->Preferences->Maven->User Settings,修改settings位置
参考技术A 右键工程--<実行>--<maven install>
通过这个下载安装缺失的jar包。
右键工程--<Maven>--<Project 更新>
然后就好了。我的Eclipse是日文版的,英文版的”实行”应该叫”Run”吧

以上是关于eclipse 缺少maven-plugin-api的jar包怎么添加的主要内容,如果未能解决你的问题,请参考以下文章

ECLIPSE 中缺少 ListView 选项

Eclipse 提案缺少方法

eclipse添加的maven工程jar包缺少

Eclipse 中的 Android 项目缺少“添加本机支持”

Eclipse 中缺少非必需库的必需库

尝试导入maven项目,但导入后eclipse中缺少一些依赖项