我使用Eclipse作为我的IDE并且想要构建一个maven程序,但我发现我的maven clean或maven安装都没有工作
For maven clean,I get the error:- "Failed to parse plugin descriptor for
org.apache.maven.plugins:maven-clean-plugin:2.4.1 "
我也尝试过链接中提到的帮助
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginDescriptorParsingException
但它没有帮助
此外我的maven安装无效,它显示以下错误:
]无法解析org.apache.maven.plugins的插件描述符:maven-resources-plugin:2.5
我曾尝试过在类似问题中提到的所有方法,包括删除.m2文件夹中的目录,删除.m2文件夹,在我的系统上重新安装apache-maven但没有任何工作。
当我在intelliJ下运行相同的maven程序时,我可以看到jar名称但是当我点击它们时它没有显示任何内容,这意味着它们没有被正确下载...'
因此无法处理我的java maven项目。请帮助。
解决此类环境问题的方法是什么。
即使我尝试重新安装eclipse,智能J但没有任何帮助。
答案 0 :(得分:0)
答案 1 :(得分:-1)
尝试从https://maven.apache.org/download.cgi下载适当的maven版本。并按照提到的安装步骤进行操作。
将“M2_HOME”和“MAVEN_HOME”设置为指向maven安装目录的环境变量。重启你的机器。
通过首选项选项卡在eclipse中设置maven设置。