`

Eclipse创建maven项目时报错:

阅读更多
maven-resources-plugin:2.5 or one of its dependencies could

Eclipse创建maven简单项目时,报错:Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5

---------------------

本文来自 xuefeng0707 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/xuefeng0707/article/details/42157311?utm_source=copy
本人解决方法:
修改settings.xml,添加:
<mirror>         <id>Central</id>         <url>http://repo1.maven.org/maven2</url>         <mirrorOf>central</mirrorOf>     </mirror>
而后删除项目重新创建,或者Force Update

---------------------

本文来自 xuefeng0707 的CSDN 博客 ,全文地址请点击:https://blog.csdn.net/xuefeng0707/article/details/42157311?utm_source=copy
分享到:
评论

相关推荐

    Maven报错: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources

    idea创建Maven项目时,报错显示Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.0.2:resources,并且Maven插件内看不到 mybatis-generator。如下图: 折腾了好久发现配置放错地方了,...

    maven创建webapp

    在本文中,我们将探讨如何使用 Maven 创建一个 Web 应用程序,包括环境配置、IDE 集成以及项目结构的设置。 **1. Maven 安装与配置** 首先,你需要从 Maven 官方网站下载最新版本的 Maven,解压缩后设置环境变量 ...

    Eclipse导入动态网站项目报错指导

    在使用Eclipse开发Java Web应用程序时,我们可能会遇到导入他人项目后出现各种错误的情况。本文将根据提供的标题、描述和部分内容,详细解析如何解决这些问题。 首先,遇到导入动态网站项目报错时,一种常见的错误...

    maven web项目配置

    在IDE中可以直接创建Maven项目,编辑POM.xml,以及执行Maven命令,极大提高了开发效率。 总结,Maven Web项目配置涉及到项目结构、POM.xml配置、仓库设置、构建生命周期、命令行操作以及IDE集成等多个方面。理解并...

    archetype-catalog.xml

    使用Eclipse整合Maven后,创建项目时报错:Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories

    maven 常用命令集合

    * 安装好 m2eclipse 插件后,可能会报错:Eclipse is running in a JRE, but a JDK is required. Some Maven plugins may not work when importing projects or updating source folders。 解决方式是:创建一个 ...

    稀缺资源Eclipse archetype-catalog.xml

    Eclipse Maven 创建Web 项目报错 Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap 之前找了很久才找到了,传上来更大家共享下,希望对大家有帮助,欢迎下载或者永久保存。

    eclipse+tomcat+maven

    通过上述步骤,您已经成功地在Eclipse中创建了一个Maven Web项目,并将其部署到了Tomcat服务器上。这种集成方式不仅提高了开发效率,还简化了项目的管理和构建过程。这对于实际开发工作来说是非常有益的。

    Maven包和遇到的问题总结

    2. **创建Maven项目**: 安装插件后,可以选择"File" -&gt; "New" -&gt; "Other" -&gt; "Maven Project"来创建一个新的Maven项目。在创建过程中,需要选择对应的Maven archetype(模板)。 3. **配置Maven首选项**: 在Eclipse...

    Maven精品教程 零散笔记

    4. 创建Maven项目与查找依赖:文档提到创建Maven项目后出现报错,原因可能是因为缺少了web.xml文件。在传统的Java Web项目中,web.xml是必须的配置文件,用于配置Servlet和Web应用的初始化参数等信息。如果该项目是...

    Eclipse archetype-catalog.xml

    Eclipse Maven 创建Web 项目报错 Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webap

    maven插件(eclipse)

    - 创建 Maven 项目:在“File” -&gt; “New” -&gt; “Project”中选择“Maven Project”,按照向导创建一个新的 Maven 项目。可以自定义 Group ID、Artifact ID 和 Version 等信息。 - 编译与构建:Eclipse 会自动识别...

Global site tag (gtag.js) - Google Analytics